mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
eae0c0a88b
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>
4 lines
55 B
Makefile
4 lines
55 B
Makefile
PROG= cdcontrol
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|