mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
14 lines
305 B
Makefile
14 lines
305 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD French Documentation Project
|
|
#
|
|
# $Id$
|
|
# $FreeBSD$
|
|
# Original revision: 1.2
|
|
|
|
|
|
.ifdef NO_LANGCODE_IN_DESTDIR
|
|
DESTDIR?= ${DOCDIR}/installation/${.CURDIR:T}
|
|
.else
|
|
DESTDIR?= ${DOCDIR}/fr_FR.ISO8859-1/installation/${.CURDIR:T}
|
|
.endif
|