BSD 4_4 release
[unix-history] / usr / src / usr.bin / more / Makefile
index 9430b78..58f9e81 100644 (file)
@@ -1,13 +1,15 @@
-#      @(#)Makefile    5.11 (Berkeley) 6/25/90
+#      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  more
 
 PROG=  more
+CFLAGS+=-I${.CURDIR}
+SRCS=  ch.c command.c decode.c help.c input.c line.c linenum.c main.c \
+       option.c os.c output.c position.c prim.c screen.c signal.c tags.c \
+       ttyin.c
 DPADD= ${LIBTERM} ${LIBCOMPAT}
 LDADD= -ltermcap -lcompat
 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 \
 
 beforeinstall:
        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \
-           ${DESTDIR}/usr/share/misc/omore.help
+           ${DESTDIR}/usr/share/misc
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>