61e47211ef
(with "obj" fixes) Submitted by: nbm
14 lines
291 B
Makefile
14 lines
291 B
Makefile
# $FreeBSD: www/es/alpha/Makefile,v 1.2 1999/09/06 07:03:01 peter Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= alpha.sgml
|
|
|
|
INDEXLINK=alpha.html
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|