From 69532337be72eb074dfa928c606453afd029c72b Mon Sep 17 00:00:00 2001 From: harti Date: Tue, 1 Feb 2005 15:28:41 +0000 Subject: 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 --- usr.bin/make/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'usr.bin/make/Makefile') 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 -- cgit v1.1