diff options
Diffstat (limited to 'usr.bin/whatis/Makefile')
-rw-r--r-- | usr.bin/whatis/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/whatis/Makefile b/usr.bin/whatis/Makefile new file mode 100644 index 0000000..8655a7c --- /dev/null +++ b/usr.bin/whatis/Makefile @@ -0,0 +1,7 @@ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 + +PROG= whatis +SRCS= whatis.c config.c +.PATH: ${.CURDIR}/../man + +.include <bsd.prog.mk> |