summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cdcontrol/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-08-18 11:41:32 +0000
committerjkh <jkh@FreeBSD.org>1995-08-18 11:41:32 +0000
commitd1880979032a8fb94917b517057770b1592e3c2c (patch)
tree5929f1802cdf71f603565e5a119e7c9388e4c7e7 /usr.sbin/cdcontrol/Makefile
parenteb5d5b2cd8a1b435334b638de5092d3ba3339d6b (diff)
downloadFreeBSD-src-d1880979032a8fb94917b517057770b1592e3c2c.zip
FreeBSD-src-d1880979032a8fb94917b517057770b1592e3c2c.tar.gz
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>
Diffstat (limited to 'usr.sbin/cdcontrol/Makefile')
-rw-r--r--usr.sbin/cdcontrol/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/cdcontrol/Makefile b/usr.sbin/cdcontrol/Makefile
new file mode 100644
index 0000000..86a42eb
--- /dev/null
+++ b/usr.sbin/cdcontrol/Makefile
@@ -0,0 +1,4 @@
+PROG= cdcontrol
+CFLAGS+= -Wall
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud