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.2
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2
3PROG=	more
4CFLAGS+=-I${.CURDIR}
5SRCS=	ch.c command.c decode.c help.c input.c line.c linenum.c main.c \
6	option.c os.c output.c position.c prim.c screen.c signal.c \
7	ttyin.c
8DPADD=	${LIBTERM} ${LIBCOMPAT}
9LDADD=	-ltermcap -lcompat
10
11beforeinstall:
12	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \
13	    ${DESTDIR}/usr/share/misc
14
15.include <bsd.prog.mk>
16

Indexes created Mon Nov 10 17:20:41 GMT 2025