summaryrefslogtreecommitdiff
path: root/usr.bin/locale/Makefile
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2016-03-20 15:42:36 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2016-03-20 15:42:36 +0000
commit6be72344b1846e206068251d77d0ac24da4e450f (patch)
tree39885690222a253845a7a35d27a053189da336ec /usr.bin/locale/Makefile
parent88428b1ee6168c93c06bec1effb82d2e9a6f0f46 (diff)
LOCALE_CHARSETS has been unused for some time now
so no need to include share/locale/ctype/Makefile.inc to get it. ok guenther@ stsp@ (who had the same diff)
Diffstat (limited to 'usr.bin/locale/Makefile')
-rw-r--r--usr.bin/locale/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/locale/Makefile b/usr.bin/locale/Makefile
index 5543e9f1064..83d9a403d1d 100644
--- a/usr.bin/locale/Makefile
+++ b/usr.bin/locale/Makefile
@@ -1,9 +1,5 @@
-# $OpenBSD: Makefile,v 1.1 2013/06/03 14:27:50 stsp Exp $
-
-# for LOCALECHARSETS
-.include "${.CURDIR}/../../share/locale/ctype/Makefile.inc"
+# $OpenBSD: Makefile,v 1.2 2016/03/20 15:42:35 jca Exp $
PROG= locale
-CFLAGS+= -DLOCALE_CHARSETS="\"${LOCALECHARSETS}\""
.include <bsd.prog.mk>