11 lines
144 B
Makefile
11 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DOCS= alpha.sgml
|
|
|
|
INDEXLINK=alpha.html
|
|
|
|
.include "../web.mk"
|