aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppctl
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-20 18:17:26 +0000
commitc73e22c3d47a3cff43c30a39e6aa4692e07316c8 (patch)
tree4850c8e93ed64ec07d74d3b37deb81f774dba52e /usr.sbin/pppctl
parentfe655281c5aaa0c4feb637ba0199f869ba84a78b (diff)
downloadsrc-c73e22c3d47a3cff43c30a39e6aa4692e07316c8.tar.gz
src-c73e22c3d47a3cff43c30a39e6aa4692e07316c8.zip
Set the default manual section for usr.sbin/ to 8.
Notes
Notes: svn path=/head/; revision=74532
Diffstat (limited to 'usr.sbin/pppctl')
-rw-r--r--usr.sbin/pppctl/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile
index 45495d675f78..224799dd60a3 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>