386BSD 0.1 development
[unix-history] / usr / src / usr.bin / make / Makefile
index ac63020..b3e1b82 100644 (file)
@@ -1,8 +1,8 @@
-#      @(#)Makefile    5.1 (Berkeley) %G%
+#      @(#)Makefile    5.2 (Berkeley) 12/28/90
 
 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 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 \