summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppctl/Makefile')
-rw-r--r--usr.sbin/pppctl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile
index fca11dd..7e50241 100644
--- a/usr.sbin/pppctl/Makefile
+++ b/usr.sbin/pppctl/Makefile
@@ -1,8 +1,10 @@
-# $Id:$
+# $Id: Makefile,v 1.1 1997/06/28 01:04:49 brian Exp $
PROG= pppctl
SRCS= pppctl.c
-CFLAGS+=-Wall
+CFLAGS+=-Wall -Wmissing-prototypes
+LDADD+= -ledit -ltermcap
+DPADD+= ${LIBEDIT} ${LIBTERMCAP}
MAN8= pppctl.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud