mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
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>
|