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