summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-10-10 19:27:48 +0000
committerjmallett <jmallett@FreeBSD.org>2002-10-10 19:27:48 +0000
commitacfa6aea135011cdc307e38e279cfa4b260e229f (patch)
tree05ba5c52b78e7c280f3d145ec7c3854a6e1464fd /usr.bin/make/Makefile
parent2b2535713347257ba0a8dbb13611e6c1c2907ac4 (diff)
downloadFreeBSD-src-acfa6aea135011cdc307e38e279cfa4b260e229f.zip
FreeBSD-src-acfa6aea135011cdc307e38e279cfa4b260e229f.tar.gz
Move utilitarian routines to util.c, which isn't the same as the old
compatability-geared util.c. These are things like message printers and the PrintAddr function for traversing lists. Other general-purpose utilities inside make(1) can go here, in time.
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index af802d0..6c135c3 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -5,7 +5,7 @@
PROG= make
CFLAGS+=-I${.CURDIR}
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
- make.c parse.c str.c suff.c targ.c var.c
+ make.c parse.c str.c suff.c targ.c util.c var.c
SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \
OpenPOWER on IntegriCloud