This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / usr.bin / more / Makefile
CommitLineData
2ec5f51d 1# @(#)Makefile 5.6 (Berkeley) 3/12/91
15637ed4
RG
2
3PROG= more
42f79190 4CFLAGS+=-I${.CURDIR} -DREGEX
9368ffc5
AM
5SRCS= ch.c command.c decode.c filename.c help.c input.c line.c \
6 linenum.c main.c option.c os.c output.c position.c prim.c \
42f79190 7 screen.c signal.c tags.c ttyin.c
f7240b44
PR
8LDADD+= -ltermcap
9DPADD+= ${LIBTERM}
af6e41cd
RM
10MLINKS= more.1 page.1
11LINKS= ${BINDIR}/more ${BINDIR}/page
15637ed4
RG
12
13beforeinstall:
14 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \
2ec5f51d 15 ${DESTDIR}/usr/share/misc
15637ed4
RG
16
17.include <bsd.prog.mk>