1995-02-21 03:46:48 +00:00
|
|
|
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1997-02-22 19:58:13 +00:00
|
|
|
# $Id$
|
1994-05-27 12:33:43 +00:00
|
|
|
|
|
|
|
PROG= more
|
1995-02-21 03:46:48 +00:00
|
|
|
CFLAGS+=-I${.CURDIR} -DTERMIOS
|
1994-05-27 12:33:43 +00:00
|
|
|
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 tags.c \
|
|
|
|
ttyin.c
|
1995-02-21 03:46:48 +00:00
|
|
|
DPADD= ${LIBTERMCAP}
|
|
|
|
LDADD= -ltermcap
|
1994-05-27 12:33:43 +00:00
|
|
|
|
|
|
|
beforeinstall:
|
1995-07-25 00:37:58 +00:00
|
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \
|
1994-05-27 12:33:43 +00:00
|
|
|
${DESTDIR}/usr/share/misc
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|