NetBSD/distrib/utils/more/Makefile

21 lines
491 B
Makefile
Raw Normal View History

2002-02-09 16:49:28 +03:00
# $NetBSD: Makefile,v 1.13 2002/02/09 13:49:28 lukem Exp $
1998-01-09 11:03:16 +03:00
#
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= more
NOMAN= # defined
1997-12-12 06:34:39 +03:00
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= ${LIBTERMCAP}
LDADD= -ltermcap
beforeinstall:
2002-02-09 16:49:28 +03:00
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
${.CURDIR}/more.help ${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>