freebsd-dev/usr.sbin/cdcontrol/Makefile
Jordan K. Hubbard eae0c0a88b Add the cdcontrol program by Serge Vakulenko. It's my understanding
that this is a superset of cdplay, and perhaps it's time to send cdplay
into the bit bucket if this works well.  According to the docs, it has
a friendlier command structure, command line interface etc.
Submitted by:	Serge Vakulenko <vak@cronyx.ru>
1995-08-18 11:41:32 +00:00

5 lines
55 B
Makefile

PROG= cdcontrol
CFLAGS+= -Wall
.include <bsd.prog.mk>