summaryrefslogtreecommitdiffstats
path: root/usr.bin/more/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/more/Makefile')
-rw-r--r--usr.bin/more/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile
index bae015d..534d160 100644
--- a/usr.bin/more/Makefile
+++ b/usr.bin/more/Makefile
@@ -1,12 +1,13 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $Id$
PROG= more
-CFLAGS+=-I${.CURDIR}
+CFLAGS+=-I${.CURDIR} -DTERMIOS
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= ${LIBTERMCAP} ${LIBCOMPAT}
-LDADD= -ltermcap -lcompat
+DPADD= ${LIBTERMCAP}
+LDADD= -ltermcap
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \
OpenPOWER on IntegriCloud