diff options
Diffstat (limited to 'usr.sbin/pppctl/Makefile')
-rw-r--r-- | usr.sbin/pppctl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile index 45495d6..224799d 100644 --- a/usr.sbin/pppctl/Makefile +++ b/usr.sbin/pppctl/Makefile @@ -1,10 +1,8 @@ # $FreeBSD$ PROG= pppctl -SRCS= pppctl.c CFLAGS+=-Wall LDADD+= -lc_r -ledit -ltermcap DPADD+= ${LIBC_R} ${LIBEDIT} ${LIBTERMCAP} -MAN8= pppctl.8 .include <bsd.prog.mk> |