798defac47
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.
14 lines
228 B
Makefile
14 lines
228 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
SUBDIR= css
|
|
SUBDIR+= images
|
|
SUBDIR+= js
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|