summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2022-10-29 13:53:35 +0000
committerchristos <christos@NetBSD.org>2022-10-29 13:53:35 +0000
commit97aff0eaf242c83101e796c1797a02182fc8725d (patch)
tree883f166aeaf667c66bbf94e51bc2a28576c7359e /tools
parente4f5c61761ef3b3a851c7fad6e5a0e457287d305 (diff)
don't require gettext
Diffstat (limited to 'tools')
-rw-r--r--tools/zic/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/zic/Makefile b/tools/zic/Makefile
index 5927879a035..dd715101a73 100644
--- a/tools/zic/Makefile
+++ b/tools/zic/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2011/03/03 14:53:01 nakayama Exp $
+# $NetBSD: Makefile,v 1.7 2022/10/29 13:53:35 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}zic
HOST_SRCDIR= usr.sbin/zic
.if !empty(HOST_OSTYPE:MSunOS-5.1[01]-*)
-HOST_CPPFLAGS= -D_POSIX_PTHREAD_SEMANTICS
+HOST_CPPFLAGS+= -D_POSIX_PTHREAD_SEMANTICS
.endif
+HOST_CPPFLAGS+= -DHAVE_GETTEXT=0
.include "${.CURDIR}/../Makefile.host"