1999-02-13 05:54:17 +03:00
|
|
|
# $NetBSD: Makefile,v 1.7 1999/02/13 02:54:18 lukem Exp $
|
1998-01-09 11:03:16 +03:00
|
|
|
#
|
1997-11-17 05:37:15 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
|
|
|
|
PROG= more
|
1999-02-13 05:54:17 +03:00
|
|
|
MKMAN= no
|
1997-12-12 06:34:39 +03:00
|
|
|
|
1998-04-13 18:10:05 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}
|
1997-11-17 05:37:15 +03:00
|
|
|
SRCS= ch.c command.c decode.c help.c input.c line.c linenum.c main.c \
|
1997-11-17 06:07:52 +03:00
|
|
|
option.c os.c output.c position.c prim.c screen.c signal.c \
|
1997-11-17 05:37:15 +03:00
|
|
|
ttyin.c
|
1998-02-04 14:08:37 +03:00
|
|
|
DPADD= ${LIBTERMCAP}
|
|
|
|
LDADD= -ltermcap
|
1997-11-17 05:37:15 +03:00
|
|
|
|
|
|
|
beforeinstall:
|
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \
|
|
|
|
${DESTDIR}/usr/share/misc
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|