diff options
Diffstat (limited to 'usr.bin/man/Makefile')
-rw-r--r-- | usr.bin/man/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/man/Makefile b/usr.bin/man/Makefile new file mode 100644 index 0000000..3e37b59 --- /dev/null +++ b/usr.bin/man/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +SCRIPTS= man.sh +LINKS= ${BINDIR}/man ${BINDIR}/apropos \ + ${BINDIR}/man ${BINDIR}/manpath \ + ${BINDIR}/man ${BINDIR}/whatis + +MAN= man.1 manpath.1 apropos.1 man.conf.5 +MLINKS= apropos.1 whatis.1 + +.include <bsd.prog.mk> |