summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>2000-05-12 18:10:17 +0000
committerhoek <hoek@FreeBSD.org>2000-05-12 18:10:17 +0000
commita61f15f80160a881378448831a4dc331bf88447e (patch)
tree5bbc7da338387fb8a0b535965caab7ddd7af523d
parentf9c4871a62b42c0c439a2c14eb555990ff7a7cf5 (diff)
downloadFreeBSD-src-a61f15f80160a881378448831a4dc331bf88447e.zip
FreeBSD-src-a61f15f80160a881378448831a4dc331bf88447e.tar.gz
Backout previous commit to this file: it dies in buildworld environment.
I probably forgot to put an ${.OBJDIR} somewhere. I'll redo the change later when I get a chance to test that thesis.
-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 1aefc98..354a032 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}
OpenPOWER on IntegriCloud