diff options
Diffstat (limited to 'usr.sbin/cdcontrol/Makefile')
-rw-r--r-- | usr.sbin/cdcontrol/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/cdcontrol/Makefile b/usr.sbin/cdcontrol/Makefile index 1c5be4ef..4560eac 100644 --- a/usr.sbin/cdcontrol/Makefile +++ b/usr.sbin/cdcontrol/Makefile @@ -1,4 +1,7 @@ +# $FreeBSD$ + PROG= cdcontrol +MAN1= ${PROG}.1 CFLAGS+= -Wall DPADD += ${LIBEDIT} ${LIBTERMCAP} |