Makefile revision 1.4
11.4Sperry# $NetBSD: Makefile,v 1.4 1998/01/09 08:03:23 perry Exp $ 21.4Sperry# 31.1Scjs# @(#)Makefile 8.1 (Berkeley) 6/6/93 41.1Scjs 51.1ScjsPROG= more 61.3SgwrNOMAN=1 71.3Sgwr 81.1ScjsCFLAGS+=-I${.CURDIR} 91.1ScjsSRCS= ch.c command.c decode.c help.c input.c line.c linenum.c main.c \ 101.2Scjs option.c os.c output.c position.c prim.c screen.c signal.c \ 111.1Scjs ttyin.c 121.1ScjsDPADD= ${LIBTERM} ${LIBCOMPAT} 131.1ScjsLDADD= -ltermcap -lcompat 141.1Scjs 151.1Scjsbeforeinstall: 161.1Scjs install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \ 171.1Scjs ${DESTDIR}/usr/share/misc 181.1Scjs 191.1Scjs.include <bsd.prog.mk> 20