aboutsummaryrefslogtreecommitdiff
path: root/libexec/pppoed/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-26 14:22:12 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-26 14:22:12 +0000
commite5b5c66bcad3c6a5639669f734a19ec37d1ed0ff (patch)
tree99317e3e4c34a31d62639cf2ccbaae831de513b1 /libexec/pppoed/Makefile
parent0dc44b5add5cc61d6425762fd6adf24820911ac8 (diff)
downloadsrc-e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff.tar.gz
src-e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff.zip
- Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.
Notes
Notes: svn path=/head/; revision=74814
Diffstat (limited to 'libexec/pppoed/Makefile')
-rw-r--r--libexec/pppoed/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/pppoed/Makefile b/libexec/pppoed/Makefile
index 7e12057a2182..bbae4c0c9f9c 100644
--- a/libexec/pppoed/Makefile
+++ b/libexec/pppoed/Makefile
@@ -4,5 +4,6 @@ PROG= pppoed
SRCS= pppoed.c
DPADD= ${LIBNETGRAPH}
LDADD= -lnetgraph
+MAN= pppoed.8
.include <bsd.prog.mk>