BSD 4_4 release
[unix-history] / usr / src / usr.bin / make / Makefile
index 2770908..8ee4ba6 100644 (file)
@@ -1,8 +1,8 @@
-#      @(#)Makefile    5.1 (Berkeley) 5/11/90
+#      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  make
 CFLAGS+=-I${.CURDIR}
 
 PROG=  make
 CFLAGS+=-I${.CURDIR}
-SRCS=  arch.c buf.c compat.c cond.c dir.c hash.c job.c list.c main.c \
+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
 SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
        lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
        make.c parse.c str.c suff.c targ.c var.c
 SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
        lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \