14 lines
361 B
Makefile
14 lines
361 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/relnotes/Makefile,v 1.2 2002/03/10 18:38:29 ue Exp $
|
|
# $Id: Makefile,v 1.4 2002/03/10 16:06:36 ue Exp $
|
|
# basiert auf: 1.3
|
|
|
|
RELN_ROOT?= ${.CURDIR}/../..
|
|
|
|
SUBDIR = alpha
|
|
SUBDIR+= i386
|
|
SUBDIR+= sparc64
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|