summaryrefslogtreecommitdiff
path: root/usr.bin/more
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>2000-05-12 18:10:17 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>2000-05-12 18:10:17 +0000
commit4795f6d5cd1dd696064e6decc37fc803c837010a (patch)
tree2ca2e7e58fe768a1ba92d50943fcb9df92c5942a /usr.bin/more
parentc9e55fc6d17158fcfd11373ce668ffdd6bd98980 (diff)
downloadsrc-test2-4795f6d5cd1dd696064e6decc37fc803c837010a.tar.gz
src-test2-4795f6d5cd1dd696064e6decc37fc803c837010a.zip
Notes
Diffstat (limited to 'usr.bin/more')
-rw-r--r--usr.bin/more/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile
index 1aefc98a54df..354a0322b1f1 100644
--- a/usr.bin/more/Makefile
+++ b/usr.bin/more/Makefile
@@ -4,7 +4,7 @@
PROG= more
CFLAGS+=-I${.CURDIR} -I${.OBJDIR} -DTERMIOS
-SRCS= ch.c command.c help.c input.c line.c linenum.c macro.c main.c \
+SRCS= ch.c command.c defrc.h help.c input.c line.c linenum.c macro.c main.c \
ncommand.c option.c os.c output.c position.c prim.c screen.c signal.c \
tags.c ttyin.c
DPADD= ${LIBTERMCAP}
@@ -15,8 +15,6 @@ CLEANFILES+= defrc.h
EXAMPDIR= /usr/share/examples/more
EXAMPLES= default.morerc less.morerc most.morerc
-main.c: defrc.h
-
defrc.h: default.morerc
@echo '/* ${.TARGET:T} auto-generated from ${.ALLSRC:T} */' \
> ${.TARGET}