--- src/usr.bin/make/Makefile 2005/04/29 23:11:49 1.25 +++ src/usr.bin/make/Makefile 2005/05/18 07:11:01 1.26 @@ -4,8 +4,8 @@ PROG= make CFLAGS+=-I${.CURDIR} -SRCS= arch.c buf.c cond.c dir.c for.c hash.c hash_tables.c job.c lst.c \ - main.c make.c parse.c str.c suff.c targ.c util.c var.c +SRCS= arch.c buf.c cond.c dir.c for.c hash.c hash_tables.c job.c \ + lst.c main.c make.c parse.c str.c suff.c targ.c util.c var.c WARNS?= 6 WARNS_WERROR= YES