[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.4, Sat Sep 28 22:20:48 1996 UTC (27 years, 8 months ago) by etheisen
Branch: MAIN
CVS Tags: OpenBSD_1_2, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +1 -0 lines

Build under OpenBSD.  Added OpenBSD tags.  Cleanup manpage.

#	$OpenBSD: Makefile,v 1.4 1996/09/28 22:20:48 etheisen Exp $
#	@(#)Makefile	5.11 (Berkeley) 6/25/90

PROG=	more
DPADD=	${LIBTERM} ${LIBCOMPAT}
LDADD=	-ltermcap -lcompat
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/omore.help

.include <bsd.prog.mk>