]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/cdcontrol/Makefile
mdoc(7) police: fixed the document date (the current date was used, as
[FreeBSD/FreeBSD.git] / usr.sbin / cdcontrol / Makefile
1 # $FreeBSD$
2
3 PROG= cdcontrol
4 WARNS?= 2
5
6 DPADD=  ${LIBEDIT} ${LIBTERMCAP}
7 LDADD=  -ledit -ltermcap
8
9 .include <bsd.prog.mk>