20 lines
408 B
Makefile
20 lines
408 B
Makefile
|
# The FreeBSD Russian Documentation Project
|
||
|
#
|
||
|
# $FreeBSDru: frdp/release/doc/ru_RU.KOI8-R/installation/Makefile,v 1.1 2004/06/24 07:21:47 den Exp $
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
# Original revision: 1.6
|
||
|
#
|
||
|
|
||
|
RELN_ROOT?= ${.CURDIR}/../..
|
||
|
|
||
|
SUBDIR = alpha
|
||
|
SUBDIR+= amd64
|
||
|
SUBDIR+= ia64
|
||
|
SUBDIR+= i386
|
||
|
SUBDIR+= pc98
|
||
|
SUBDIR+= sparc64
|
||
|
|
||
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|