aboutsummaryrefslogtreecommitdiff
path: root/sbin/ft
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-02-07 08:40:16 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-02-07 08:40:16 +0000
commit774ade4da55968344e0457bb45dc40865c3f40b2 (patch)
treec83a59a99cfc98c2d5d16b3760da0762b6d08de5 /sbin/ft
parent24ab273fa1ffe08ebaa458a57e383458a10ea869 (diff)
downloadsrc-774ade4da55968344e0457bb45dc40865c3f40b2.tar.gz
src-774ade4da55968344e0457bb45dc40865c3f40b2.zip
Manual is in section 8, you MUST say MAN8= for this to work. Add $Id$
Notes
Notes: svn path=/head/; revision=1117
Diffstat (limited to 'sbin/ft')
-rw-r--r--sbin/ft/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/ft/Makefile b/sbin/ft/Makefile
index 17662d936d14..3fb1b7440e52 100644
--- a/sbin/ft/Makefile
+++ b/sbin/ft/Makefile
@@ -1,4 +1,7 @@
+# $Id$
+
PROG= ft
+MAN8= ft.8
SRCS= ft.c ftecc.c
.include <bsd.prog.mk>