Deleted Added
full compact
Makefile (77819) Makefile (78040)
1# $FreeBSD: head/release/doc/Makefile 77819 2001-06-06 16:58:09Z bmah $
1# $FreeBSD: head/release/doc/Makefile 78040 2001-06-11 01:48:17Z ache $
2#
3# The user can override the default language to build and install
4# with the RELNOTES_LANG variable.
5#
6.if defined(RELNOTES_LANG) && !empty(RELNOTES_LANG)
7SUBDIR = ${RELNOTES_LANG}
8.else
2#
3# The user can override the default language to build and install
4# with the RELNOTES_LANG variable.
5#
6.if defined(RELNOTES_LANG) && !empty(RELNOTES_LANG)
7SUBDIR = ${RELNOTES_LANG}
8.else
9SUBDIR = en_US.ISO_8859-1
9SUBDIR = en_US.ISO8859-1
10.endif
11
12RELN_ROOT?= ${.CURDIR}
13
14.if defined(SUPHOST)
15SUPFLAGS+= -h ${SUPHOST}
16.endif
17update:

--- 20 unchanged lines hidden ---
10.endif
11
12RELN_ROOT?= ${.CURDIR}
13
14.if defined(SUPHOST)
15SUPFLAGS+= -h ${SUPHOST}
16.endif
17update:

--- 20 unchanged lines hidden ---