mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Allow additional parsing of SYSV/GNU make "include" directive, it covers
90% of problems in ports Makefiles
This commit is contained in:
parent
e58d47b1ae
commit
6ed40291ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9242
@ -1,8 +1,8 @@
|
|||||||
# from: @(#)Makefile 5.2 (Berkeley) 12/28/90
|
# 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
|
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 \
|
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
|
||||||
SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
|
SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user