Makefile revision 1.3
11.1Scjs# @(#)Makefile 8.1 (Berkeley) 6/6/93 21.1Scjs 31.1ScjsPROG= more 41.3SgwrNOMAN=1 51.3Sgwr 61.1ScjsCFLAGS+=-I${.CURDIR} 71.1ScjsSRCS= ch.c command.c decode.c help.c input.c line.c linenum.c main.c \ 81.2Scjs option.c os.c output.c position.c prim.c screen.c signal.c \ 91.1Scjs ttyin.c 101.1ScjsDPADD= ${LIBTERM} ${LIBCOMPAT} 111.1ScjsLDADD= -ltermcap -lcompat 121.1Scjs 131.1Scjsbeforeinstall: 141.1Scjs install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \ 151.1Scjs ${DESTDIR}/usr/share/misc 161.1Scjs 171.1Scjs.include <bsd.prog.mk> 18