Due to incomplete testing I hadn't noticed that this actually generated "&&" rather than "&&" in the output. Revert for now while I solicit some help getting this done right.
12 lines
205 B
Makefile
12 lines
205 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DATA= google.js
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|