From be022bb715b9d24bfff5583de1df5d295f03509c Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 20 Jul 2001 04:23:13 +0000 Subject: Remove GCC'isms in CFLAGS. --- usr.sbin/pppctl/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/pppctl') diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile index 820a7c0..809f4e8 100644 --- a/usr.sbin/pppctl/Makefile +++ b/usr.sbin/pppctl/Makefile @@ -2,7 +2,6 @@ PROG= pppctl MAN= pppctl.8 -CFLAGS+=-Wall LDADD+= -lc_r -ledit -ltermcap DPADD+= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP} -- cgit v1.1