summaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
commit2a3c26c889c75ccac7691214370e683e89309883 (patch)
tree17a7dd54ea9bc271a67296baffe485ae831bde74 /libexec/ftpd
parentcad15b000e72c0868a62e463cabef667c17a1d18 (diff)
Notes
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 946aab76a147..0a067be5e62a 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -3,7 +3,7 @@
PROG= ftpd
CFLAGS+=-DSETPROCTITLE
SRCS= ftpd.c ftpcmd.c logwtmp.c popen.c
-MAN8= ftpd.0
+MAN8= ftpd.8
CLEANFILES+=ftpcmd.c y.tab.h
.include <bsd.prog.mk>