12 lines
270 B
Makefile
12 lines
270 B
Makefile
# $FreeBSD: www/en/conspectus/stable/Makefile,v 1.1 2000/05/31 20:35:47 nik Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
SUBDIR= 2000
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|