head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	93.06.06.22.37.48;	author md;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	more
CFLAGS+=-I${.CURDIR}
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
DPADD=	${LIBTERM} ${LIBCOMPAT}
LDADD=	-ltermcap -lcompat

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

.include <bsd.prog.mk>
@
