Makefile revision 1.12
11.12Stv# $NetBSD: Makefile,v 1.12 2001/12/12 00:05:10 tv Exp $ 21.4Sperry# 31.1Scjs# @(#)Makefile 8.1 (Berkeley) 6/6/93 41.1Scjs 51.12StvPROG= more 61.12StvNOMAN= # defined 71.3Sgwr 81.12StvSRCS= ch.c command.c decode.c help.c input.c line.c linenum.c main.c \ 91.12Stv option.c os.c output.c position.c prim.c screen.c signal.c \ 101.12Stv ttyin.c 111.12Stv 121.12StvCPPFLAGS+= -I${.CURDIR} 131.12StvDPADD= ${LIBTERMCAP} 141.12StvLDADD= -ltermcap 151.1Scjs 161.1Scjsbeforeinstall: 171.12Stv ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \ 181.1Scjs ${DESTDIR}/usr/share/misc 191.1Scjs 201.1Scjs.include <bsd.prog.mk> 21