diff options
Diffstat (limited to 'sbin/ft/Makefile')
-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 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> |