Deleted Added
full compact
Makefile (50039) Makefile (74532)
1# $FreeBSD: head/usr.sbin/cdcontrol/Makefile 74532 2001-03-20 18:17:26Z ru $
2
1PROG= cdcontrol
3PROG= cdcontrol
4MAN1= ${PROG}.1
2CFLAGS+= -Wall
3
4DPADD += ${LIBEDIT} ${LIBTERMCAP}
5LDADD += -ledit -ltermcap
6
7.include <bsd.prog.mk>
5CFLAGS+= -Wall
6
7DPADD += ${LIBEDIT} ${LIBTERMCAP}
8LDADD += -ledit -ltermcap
9
10.include <bsd.prog.mk>