freebsd-dev/release/doc/en_US.ISO8859-1/installation/Makefile.inc

8 lines
164 B
PHP
Raw Normal View History

# $FreeBSD$
.ifdef NO_LANGCODE_IN_DESTDIR
DESTDIR?= ${DOCDIR}/installation/${.CURDIR:T}
.else
DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/installation/${.CURDIR:T}
.endif