Subject: Re: .include in BSD make
To: None <netbsd-help@NetBSD.ORG>
From: Christos Zoulas <christos@deshaw.com>
List: netbsd-help
Date: 03/10/1995 16:24:17
In article <199503101144.LAA23175@asterix.urc.tue.nl> P.T.H.Tutelaers@urc.tue.nl (Piet Tutelaers) writes:
>Hello,
>
>The xdvi-18.beta version of Paul Vojta uses in his Imakefile the
>following line:
>	include Makefile.cfg
>
>All makes (GNU, SGI, SUNOS, Solaris, DEC Alpha, HPUX) do accept this.
>Except the bsd make. Do we really need to be incompatible with the rest
>of the world? The bsd make accepts:
>	.include Makefile.cfg
>

Recompile make with -DSYSVINCLUDE
Maybe that should be the default?

christos