summaryrefslogtreecommitdiffstats
path: root/usr.bin/more/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-02-21 03:46:48 +0000
committerwollman <wollman@FreeBSD.org>1995-02-21 03:46:48 +0000
commit628595ee58ba337b02ca576185f96f43113d7a9f (patch)
treecc70403d75850657be8d2dfdf1ee8458b9578ccf /usr.bin/more/Makefile
parent2ce55aa8155f6dc052395d4ebbf6176e8504cb30 (diff)
downloadFreeBSD-src-628595ee58ba337b02ca576185f96f43113d7a9f.zip
FreeBSD-src-628595ee58ba337b02ca576185f96f43113d7a9f.tar.gz
more now uses POSIX regular expressions and no longer needs libcompat.
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