From bcbdfc0caf14bcd178767ece68aad9011399cd17 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 9 Jun 2012 17:10:35 +0200 Subject: [PATCH] ppp(8): Raise WARNS to 6. --- usr.sbin/ppp/Makefile | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 5378c22..930c84b 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -21,8 +21,6 @@ M4FLAGS= LDADD= -lcrypt -lmd -lutil -lz DPADD= ${LIBCRYPT} ${LIBMD} ${LIBUTIL} ${LIBZ} -WARNS?= 5 - .SUFFIXES: .8 .8.m4 .8.m4.8: -- 1.7.7.2