diff options
Diffstat (limited to 'usr.bin/man/Makefile')
-rw-r--r-- | usr.bin/man/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/man/Makefile b/usr.bin/man/Makefile new file mode 100644 index 0000000..728d038 --- /dev/null +++ b/usr.bin/man/Makefile @@ -0,0 +1,8 @@ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 + +PROG= man +SRCS= config.c man.c +MAN1= man.0 +MAN5= man.conf.0 + +.include <bsd.prog.mk> |