=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/make/Makefile 1999/09/28 02:22:53 1.9 +++ src/usr.bin/make/Makefile 1999/10/05 21:50:34 1.10 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1999/09/28 02:22:53 smurph Exp $ +# $OpenBSD: Makefile,v 1.10 1999/10/05 21:50:34 espie Exp $ PROG= make CFLAGS+= -I${.CURDIR} -Wall -Wno-char-subscripts -Wno-unused #-Wmissing-prototypes -Wstrict-prototypes @@ -8,7 +8,7 @@ .endif 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 util.c + make.c parse.c str.c suff.c targ.c var.c #util.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 \