1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/usr.sbin/cdcontrol/Makefile
2003-04-04 17:49:21 +00:00

11 lines
121 B
Makefile

# $FreeBSD$
PROG= cdcontrol
WARNS?= 2
DPADD= ${LIBEDIT} ${LIBTERMCAP}
LDADD= -ledit -ltermcap
.include <bsd.prog.mk>