1950bb45f3
Remove src/contrib/bind/bin/nslookup/commands.c as it is generated by lex from commands.l. Submitted by: lpc/cdcontrol patches originally by msmith. Reviewed by: msmith (in theory)
8 lines
116 B
Makefile
8 lines
116 B
Makefile
PROG= cdcontrol
|
|
CFLAGS+= -Wall
|
|
|
|
DPADD += ${LIBEDIT} ${LIBTERMCAP}
|
|
LDADD += -ledit -ltermcap
|
|
|
|
.include <bsd.prog.mk>
|