1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Allow additional parsing of SYSV/GNU make "include" directive, it covers

90% of problems in ports Makefiles
This commit is contained in:
Andrey A. Chernov 1995-06-16 22:46:38 +00:00
parent e58d47b1ae
commit 6ed40291ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9242

View File

@ -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 \