summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-20 04:23:13 +0000
committerobrien <obrien@FreeBSD.org>2001-07-20 04:23:13 +0000
commitbe022bb715b9d24bfff5583de1df5d295f03509c (patch)
treedfa391290c3033d362c2aad5d7da97a60f513a3b /usr.sbin/ppp/Makefile
parenta9a7a5e9d63f8a71f1d3dfe0e1ed1a28ab589215 (diff)
downloadFreeBSD-src-be022bb715b9d24bfff5583de1df5d295f03509c.zip
FreeBSD-src-be022bb715b9d24bfff5583de1df5d295f03509c.tar.gz
Remove GCC'isms in CFLAGS.
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 9439743..c424449 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -7,7 +7,6 @@ SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
mbuf.c mp.c pap.c physical.c pred.c probe.c prompt.c proto.c route.c \
server.c sig.c slcompress.c sync.c systems.c tcp.c tcpmss.c \
throughput.c timer.c tty.c tun.c udp.c vjcomp.c
-CFLAGS+=-Wall
LDADD+= -lcrypt -lmd -lutil -lz
DPADD+= ${LIBCRYPT} ${LIBMD} ${LIBUTIL} ${LIBZ}
.if defined(NOSUID) || defined(PPP_NOSUID)
OpenPOWER on IntegriCloud