summaryrefslogtreecommitdiff
path: root/distrib/utils/more/Makefile
blob: 535325b80957aa1be1ad9689696ae3c468e76767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$NetBSD: Makefile,v 1.15 2010/02/03 15:34:38 roy Exp $
#
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

WARNS?=		1
PROG=		more
NOMAN=		# defined

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 \
		ttyin.c

CPPFLAGS+=	-I${.CURDIR}
DPADD=		${LIBTERMLIB}
LDADD=		-ltermlib

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

.include <bsd.prog.mk>