1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/usr.sbin/cdcontrol/Makefile
2010-01-07 09:40:34 +00:00

9 lines
110 B
Makefile

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