[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / more

File: [local] / src / usr.bin / more / Attic / Makefile (download)

Revision 1.1, Wed Oct 18 08:45:48 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

#	from: @(#)Makefile	5.6 (Berkeley) 3/12/91
#	$Id: Makefile,v 1.1 1995/10/18 08:45:48 deraadt Exp $

PROG=	more
CFLAGS+=-I${.CURDIR} -DREGEX -DTERMIOS
SRCS=	ch.c command.c decode.c filename.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 
LDADD+=	-ltermcap
DPADD+=	${LIBTERM}
MLINKS=	more.1 page.1
LINKS=	${BINDIR}/more ${BINDIR}/page

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \
	    ${DESTDIR}/usr/share/misc

.include <bsd.prog.mk>