Initial import from FreeBSD RELENG_4:
[games.git] / release / doc / en_US.ISO8859-1 / installation / Makefile.inc
1 # $FreeBSD: src/release/doc/en_US.ISO8859-1/installation/Makefile.inc,v 1.1.2.2 2001/09/04 12:12:12 dd Exp $
2
3 .ifdef NO_LANGCODE_IN_DESTDIR
4 DESTDIR?=       ${DOCDIR}/installation/${.CURDIR:T}
5 .else
6 DESTDIR?=       ${DOCDIR}/en_US.ISO8859-1/installation/${.CURDIR:T}
7 .endif