[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.4 and 1.5

version 1.4, 1996/09/02 16:04:06 version 1.5, 1996/11/30 21:08:48
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
 #       $NetBSD: Makefile,v 1.11 1996/05/28 23:34:35 christos Exp $  #       $NetBSD: Makefile,v 1.12 1996/11/06 17:58:58 christos Exp $
 #       @(#)Makefile    5.2 (Berkeley) 12/28/90  #       @(#)Makefile    5.2 (Berkeley) 12/28/90
   
 PROG=   make  PROG=   make
 CFLAGS+= -I${.CURDIR} -Wall -Wno-unused  CFLAGS+= -I${.CURDIR} -Wall -Wno-unused #-Wmissing-prototypes -Wstrict-prototypes
 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 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 \  SRCS+=  lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5