From 65a84eb69172562654a06edf22d47a0a80d57b4f Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 2 Jun 2013 23:56:38 +0000 Subject: Move ppp.8.m4 back to ppp.8 and de-ifdef it. Requested by: joel MFC after: 1 week --- usr.sbin/ppp/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'usr.sbin/ppp/Makefile') diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 11003d7..9943665 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -44,13 +44,6 @@ M4FLAGS= LDADD= -lcrypt -lmd -lutil -lz DPADD= ${LIBCRYPT} ${LIBMD} ${LIBUTIL} ${LIBZ} -.SUFFIXES: .8 .8.m4 - -.8.m4.8: - m4 ${M4FLAGS} ${.IMPSRC} >${.TARGET} - -CLEANFILES= ppp.8 - .if defined(PPP_CONFDIR) && !empty(PPP_CONFDIR) CFLAGS+=-DPPP_CONFDIR=\"${PPP_CONFDIR}\" .endif -- cgit v1.1