22 lines
444 B
Makefile
22 lines
444 B
Makefile
# $Id: Makefile,v 1.6 1998-10-15 19:29:45 wosch Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.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.mk"
|