mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
7 lines
156 B
Makefile
7 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
.ifdef NO_LANGCODE_IN_DESTDIR
|
|
DESTDIR?= ${DOCDIR}/relnotes/${.CURDIR:T}
|
|
.else
|
|
DESTDIR?= ${DOCDIR}/fr_FR.ISO8859-1/relnotes/${.CURDIR:T}
|
|
.endif
|