diff options
Diffstat (limited to 'usr.bin/more/Makefile')
-rw-r--r-- | usr.bin/more/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile new file mode 100644 index 00000000000..9430b789f20 --- /dev/null +++ b/usr.bin/more/Makefile @@ -0,0 +1,13 @@ +# @(#)Makefile 5.11 (Berkeley) 6/25/90 + +PROG= more +DPADD= ${LIBTERM} ${LIBCOMPAT} +LDADD= -ltermcap -lcompat +MLINKS= more.1 page.1 +LINKS= ${BINDIR}/more ${BINDIR}/page + +beforeinstall: + install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \ + ${DESTDIR}/usr/share/misc/omore.help + +.include <bsd.prog.mk> |