=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cdio/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/cdio/Makefile 2003/02/13 05:48:38 1.3 --- src/usr.bin/cdio/Makefile 2006/05/31 01:14:41 1.4 *************** *** 1,9 **** ! # $OpenBSD: Makefile,v 1.3 2003/02/13 05:48:38 fgsch Exp $ PROG= cdio DPADD= ${LIBUTIL} ${LIBEDIT} ${LIBTERMCAP} LDADD= -lutil -ledit -ltermcap ! SRCS= cdio.c cddb.c CDIAGFLAGS=-Wall -W -Wmissing-prototypes -pedantic .include --- 1,9 ---- ! # $OpenBSD: Makefile,v 1.4 2006/05/31 01:14:41 mjc Exp $ PROG= cdio DPADD= ${LIBUTIL} ${LIBEDIT} ${LIBTERMCAP} LDADD= -lutil -ledit -ltermcap ! SRCS= cdio.c cddb.c mmc.c CDIAGFLAGS=-Wall -W -Wmissing-prototypes -pedantic .include