diff options
Diffstat (limited to 'sbin/ft/Makefile')
| -rw-r--r-- | sbin/ft/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/ft/Makefile b/sbin/ft/Makefile new file mode 100644 index 000000000000..41acb7b37fb9 --- /dev/null +++ b/sbin/ft/Makefile @@ -0,0 +1,7 @@ +# $Id: Makefile,v 1.2 1994/02/07 08:40:16 rgrimes Exp $ + +PROG= ft +MAN8= ft.8 +SRCS= ft.c ftecc.c + +.include <bsd.prog.mk> |
