# $NetBSD: Makefile,v 1.9 2000/05/18 01:10:25 matt Exp $ # # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= more MKMAN= no 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 \ ttyin.c DPADD= ${LIBTERMCAP} LDADD= -ltermcap LDSTATIC?=-static CPPFLAGS+=-I${.CURDIR} COPTS+= -Os beforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \ ${DESTDIR}/usr/share/misc .include