1 1.4 perry # $NetBSD: Makefile,v 1.4 1998/01/09 08:03:23 perry Exp $ 2 1.4 perry # 3 1.1 cjs # @(#)Makefile 8.1 (Berkeley) 6/6/93 4 1.1 cjs 5 1.1 cjs PROG= more 6 1.3 gwr NOMAN=1 7 1.3 gwr 8 1.1 cjs CFLAGS+=-I${.CURDIR} 9 1.1 cjs SRCS= ch.c command.c decode.c help.c input.c line.c linenum.c main.c \ 10 1.2 cjs option.c os.c output.c position.c prim.c screen.c signal.c \ 11 1.1 cjs ttyin.c 12 1.1 cjs DPADD= ${LIBTERM} ${LIBCOMPAT} 13 1.1 cjs LDADD= -ltermcap -lcompat 14 1.1 cjs 15 1.1 cjs beforeinstall: 16 1.1 cjs install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \ 17 1.1 cjs ${DESTDIR}/usr/share/misc 18 1.1 cjs 19 1.1 cjs .include <bsd.prog.mk> 20