[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/Makefile between version 1.2 and 1.3

version 1.2, 1996/02/22 22:24:43 version 1.3, 1996/03/27 19:32:34
Line 1 
Line 1 
 #       $NetBSD: Makefile,v 1.9 1996/02/04 22:20:27 christos Exp $  #       $OpenBSD$
   #       $NetBSD: Makefile,v 1.10 1996/03/11 13:45:31 christos Exp $
 #       @(#)Makefile    5.2 (Berkeley) 12/28/90  #       @(#)Makefile    5.2 (Berkeley) 12/28/90
   
 PROG=   make  PROG=   make
 CFLAGS+= -I${.CURDIR} -DPOSIX -DSYSVINCLUDE  CFLAGS+= -I${.CURDIR} -DPOSIX -DSYSVINCLUDE
 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 main.c \
         make.c parse.c str.c suff.c targ.c var.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 \  SRCS+=  lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
         lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \          lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
         lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \          lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3