61e47211ef
(with "obj" fixes) Submitted by: nbm
25 lines
557 B
Makefile
25 lines
557 B
Makefile
# $FreeBSD: www/es/copyright/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= license.sgml
|
|
DOCS+= freebsd-license.sgml
|
|
DOCS+= daemon.sgml
|
|
DOCS+= copyright.sgml
|
|
|
|
INDEXLINK= copyright.html
|
|
|
|
DATA+= COPYING COPYING.LIB ${LEGAL}
|
|
|
|
# FreeBSD Ports redistribution restrictions
|
|
#LEGAL= LEGAL
|
|
#CLEANFILES+= ${LEGAL}
|
|
#${LEGAL}: $${CVSROOT}/ports/LEGAL,v
|
|
# co -q -p ${.ALLSRC} > ${.TARGET}
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|