summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2000-11-06 15:30:49 +0000
committeritojun <itojun@NetBSD.org>2000-11-06 15:30:49 +0000
commit59e63e0152bd0daf890645fca4f7456ece67b891 (patch)
treea279a2af2164f9778bca0cd68c880068807f9104 /gnu/usr.bin
parente3ec4c046330d138bad030a99d2d8799a3ff12bd (diff)
MKNLS should control installation of /usr/share/locale files only.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/texinfo/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.inc b/gnu/usr.bin/texinfo/Makefile.inc
index be13aca626f..e2195b43430 100644
--- a/gnu/usr.bin/texinfo/Makefile.inc
+++ b/gnu/usr.bin/texinfo/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.2 2000/11/01 02:06:25 itojun Exp $
+# $NetBSD: Makefile.inc,v 1.3 2000/11/06 15:30:49 itojun Exp $
.if !defined(__MAKEFILE_INC_INCLUDED__)
__MAKEFILE_INC_INCLUDED__=1
@@ -10,11 +10,11 @@ CPPFLAGS+= -I${.CURDIR}/../common -I${DIST}/texinfo/lib \
DPADD+= ${LIBCOMMONDIR}/libcommon.a
LDADD+= -L${LIBCOMMONDIR} -lcommon
-.if ${MKNLS} != "no"
+
+# libintl-less bulid should comment the following 3 lines out
DPADD+= ${LIBINTL}
LDADD+= -lintl
CPPFLAGS+= -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_LIBINTL_H=1
-.endif
DIST= ${.CURDIR}/../../../dist
.if !make(print-objdir)