1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/usr.sbin/cdcontrol/Makefile
2001-03-26 14:42:20 +00:00

10 lines
129 B
Makefile

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