1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/usr.sbin/cdcontrol/Makefile
2001-07-20 04:23:13 +00:00

9 lines
114 B
Makefile

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