diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-02-07 08:40:16 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-02-07 08:40:16 +0000 |
commit | e304b184f13d83eb4f6c12b6d4665815413ea96f (patch) | |
tree | c83a59a99cfc98c2d5d16b3760da0762b6d08de5 /sbin/ft | |
parent | f86742af87b12912c2d4a9624b4a97f3e624f66a (diff) | |
download | FreeBSD-src-e304b184f13d83eb4f6c12b6d4665815413ea96f.zip FreeBSD-src-e304b184f13d83eb4f6c12b6d4665815413ea96f.tar.gz |
Manual is in section 8, you MUST say MAN8= for this to work. Add $Id$
Diffstat (limited to 'sbin/ft')
-rw-r--r-- | sbin/ft/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/ft/Makefile b/sbin/ft/Makefile index 17662d9..3fb1b74 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> |