Cross Reference: Makefile
xref: /src/distrib/utils/more/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/distrib/utils/more/
Makefile revision 1.3
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2
3PROG=	more
4NOMAN=1
5
6CFLAGS+=-I${.CURDIR}
7SRCS=	ch.c command.c decode.c help.c input.c line.c linenum.c main.c \
8	option.c os.c output.c position.c prim.c screen.c signal.c \
9	ttyin.c
10DPADD=	${LIBTERM} ${LIBCOMPAT}
11LDADD=	-ltermcap -lcompat
12
13beforeinstall:
14	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \
15	    ${DESTDIR}/usr/share/misc
16
17.include <bsd.prog.mk>
18

Indexes created Fri Jan 02 05:09:36 GMT 2026