summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cdcontrol/Makefile
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>1999-08-19 03:29:15 +0000
committermdodd <mdodd@FreeBSD.org>1999-08-19 03:29:15 +0000
commitfb1440bad5cc00c25587f3b0fd43054fcd16e25e (patch)
tree3242df8d07f39194c3672c747f71ad962f1ada3e /usr.sbin/cdcontrol/Makefile
parent527fa149136dffd80f5b36c338b544f09df1fe10 (diff)
downloadFreeBSD-src-fb1440bad5cc00c25587f3b0fd43054fcd16e25e.zip
FreeBSD-src-fb1440bad5cc00c25587f3b0fd43054fcd16e25e.tar.gz
Add support for command line editing and history.
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)
Diffstat (limited to 'usr.sbin/cdcontrol/Makefile')
-rw-r--r--usr.sbin/cdcontrol/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/cdcontrol/Makefile b/usr.sbin/cdcontrol/Makefile
index 86a42eb..1c5be4ef 100644
--- a/usr.sbin/cdcontrol/Makefile
+++ b/usr.sbin/cdcontrol/Makefile
@@ -1,4 +1,7 @@
PROG= cdcontrol
CFLAGS+= -Wall
+DPADD += ${LIBEDIT} ${LIBTERMCAP}
+LDADD += -ledit -ltermcap
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud