diff options
author | Michael Coulter <mjc@cvs.openbsd.org> | 2007-05-26 03:00:04 +0000 |
---|---|---|
committer | Michael Coulter <mjc@cvs.openbsd.org> | 2007-05-26 03:00:04 +0000 |
commit | 2fd3b69c813fcad97c53137d7edffb11552a9445 (patch) | |
tree | fda3068684911064b49ad5c1329be3803243f16b /usr.bin/cdio/Makefile | |
parent | 6aa22d3abe9a72898e26f2ea75d631ec6d0271d6 (diff) |
cdrip and cdplay commands from Alexey Vatchenko
incorporating some manpage suggestions from jmc@
Diffstat (limited to 'usr.bin/cdio/Makefile')
-rw-r--r-- | usr.bin/cdio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cdio/Makefile b/usr.bin/cdio/Makefile index 585ce29f4ca..c6e8e8656c1 100644 --- a/usr.bin/cdio/Makefile +++ b/usr.bin/cdio/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2006/05/31 01:14:41 mjc Exp $ +# $OpenBSD: Makefile,v 1.5 2007/05/26 03:00:03 mjc Exp $ PROG= cdio DPADD= ${LIBUTIL} ${LIBEDIT} ${LIBTERMCAP} LDADD= -lutil -ledit -ltermcap -SRCS= cdio.c cddb.c mmc.c +SRCS= cdio.c cddb.c mmc.c rip.c CDIAGFLAGS=-Wall -W -Wmissing-prototypes -pedantic .include <bsd.prog.mk> |