aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppctl
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-25 12:11:16 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-25 12:11:16 +0000
commit83fa067d8f6c24828328a87151d5e41db217a994 (patch)
tree70f04689e4b5ac093bdea440c58a8243e104b5b2 /usr.sbin/pppctl
parent2061436456e59da8147970819ea3388217f93c26 (diff)
downloadsrc-83fa067d8f6c24828328a87151d5e41db217a994.tar.gz
src-83fa067d8f6c24828328a87151d5e41db217a994.zip
MFC: MAN[1-9] -> MAN.
Notes
Notes: svn path=/stable/4/; revision=75960
Diffstat (limited to 'usr.sbin/pppctl')
-rw-r--r--usr.sbin/pppctl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pppctl/Makefile b/usr.sbin/pppctl/Makefile
index 718d2f764737..7e9ad85fb88a 100644
--- a/usr.sbin/pppctl/Makefile
+++ b/usr.sbin/pppctl/Makefile
@@ -1,10 +1,9 @@
# $FreeBSD$
PROG= pppctl
-SRCS= pppctl.c
+MAN= pppctl.8
CFLAGS+=-Wall
LDADD+= -ledit -ltermcap
DPADD+= ${LIBEDIT} ${LIBTERMCAP}
-MAN8= pppctl.8
.include <bsd.prog.mk>