diff options
Diffstat (limited to 'usr.sbin/ppp/pppctl/Makefile')
-rw-r--r-- | usr.sbin/ppp/pppctl/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/ppp/pppctl/Makefile b/usr.sbin/ppp/pppctl/Makefile index 0fd2e002f50..8f560684e50 100644 --- a/usr.sbin/ppp/pppctl/Makefile +++ b/usr.sbin/ppp/pppctl/Makefile @@ -1,16 +1,10 @@ -# $Id: Makefile,v 1.1 1998/08/31 00:22:30 brian Exp $ +# $Id: Makefile,v 1.2 1998/09/17 00:47:14 brian Exp $ PROG= pppctl SRCS= pppctl.c +MAN= pppctl.8 CFLAGS+=-Wall LDADD+= -ledit -ltermcap DPADD+= ${LIBEDIT} ${LIBTERMCAP} -OPSYS!= uname -s -.if (${OPSYS} == "OpenBSD") -MAN= pppctl.8 -.else -MAN8= pppctl.8 -.endif - .include <bsd.prog.mk> |