summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppctl/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-11-07 20:20:15 +0000
committerbrian <brian@FreeBSD.org>1997-11-07 20:20:15 +0000
commit7b18487ba9fcc9a04597beef58977044d20a8cf5 (patch)
treec886651aa3087744fc9e6731f81d66174b65fc99 /usr.sbin/pppctl/Makefile
parentcd60b5872c52eed8a1d8891275c508167c1353a9 (diff)
downloadFreeBSD-src-7b18487ba9fcc9a04597beef58977044d20a8cf5.zip
FreeBSD-src-7b18487ba9fcc9a04597beef58977044d20a8cf5.tar.gz
Style police.
bzero -> memset index -> strchr rindex -> strrchr Use libedit (this should make pppctl a lot more attractive than telnet).
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