mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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)
7 lines
116 B
Makefile
7 lines
116 B
Makefile
PROG= cdcontrol
|
|
CFLAGS+= -Wall
|
|
|
|
DPADD += ${LIBEDIT} ${LIBTERMCAP}
|
|
LDADD += -ledit -ltermcap
|
|
|
|
.include <bsd.prog.mk>
|