This will also be active on the doc/ tree once we're sure there are no problems. PR: 159634 Submitted by: eadler
13 lines
290 B
Makefile
13 lines
290 B
Makefile
# $FreeBSD: www/en/layout/js/Makefile,v 1.1 2005/10/04 05:49:13 murray Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DATA= google.js \
|
|
styleswitcher.js
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|