diff options
Diffstat (limited to 'usr.sbin/cdcontrol/Makefile')
-rw-r--r-- | usr.sbin/cdcontrol/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/cdcontrol/Makefile b/usr.sbin/cdcontrol/Makefile index ce79034..0f4d993 100644 --- a/usr.sbin/cdcontrol/Makefile +++ b/usr.sbin/cdcontrol/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ PROG= cdcontrol +WARNS?= 2 DPADD= ${LIBEDIT} ${LIBTERMCAP} LDADD= -ledit -ltermcap -WARNS?= 2 - .include <bsd.prog.mk> |