From ec44130408957614340266cd07c2e198b2bb6103 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 16 Jun 1995 22:46:38 +0000 Subject: Allow additional parsing of SYSV/GNU make "include" directive, it covers 90% of problems in ports Makefiles --- usr.bin/make/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/make') diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 04b5e67..c4c4064 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,8 +1,8 @@ # from: @(#)Makefile 5.2 (Berkeley) 12/28/90 -# $Id: Makefile,v 1.6 1994/06/30 05:33:39 cgd Exp $ +# $Id: Makefile,v 1.3 1995/01/23 21:00:09 jkh Exp $ PROG= make -CFLAGS+= -I${.CURDIR} -DPOSIX +CFLAGS+= -I${.CURDIR} -DPOSIX -DSYSVINCLUDE 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 \ -- cgit v1.1