summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-02-01 15:28:41 +0000
committerharti <harti@FreeBSD.org>2005-02-01 15:28:41 +0000
commit69532337be72eb074dfa928c606453afd029c72b (patch)
tree870aca441920aa4d45ddfd1ad4840b955c33cbec /usr.bin/make/Makefile
parent1b0f577b0d82b833027f98ad278265168bf9a7a2 (diff)
downloadFreeBSD-src-69532337be72eb074dfa928c606453afd029c72b.zip
FreeBSD-src-69532337be72eb074dfa928c606453afd029c72b.tar.gz
Move all the remaining list functions into one C-file and remove
double documentation comments. Remove the 3rd clause (from 4) of the BSD license because these files have only the UCB copyright. Submitted by: Max Okumoto <okumoto@ucsd.edu>
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index e45f6da..8f243f7 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -4,12 +4,8 @@
PROG= make
CFLAGS+=-I${.CURDIR}
-SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
+SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c lst.c main.c \
make.c parse.c str.c suff.c targ.c util.c var.c var_modify.c
-SRCS+= lstAppend.c lstConcat.c lstDeQueue.c lstDestroy.c \
- lstDupl.c lstFindFrom.c lstForEachFrom.c lstInsert.c \
- lstMember.c lstRemove.c
-.PATH: ${.CURDIR}/lst.lib
WARNS?= 3
NO_SHARED?= YES
OpenPOWER on IntegriCloud