aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2023-01-11 09:20:46 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2023-01-11 10:39:12 +0000
commit394cf6719a3c665eabe24d96669409e0c5a78076 (patch)
tree6c5e549186b005f660868d72ca488d28723030e6 /usr.sbin
parentd68f15420528e11f69a7bda365608581bfc34e64 (diff)
downloadsrc-394cf6719a3c665eabe24d96669409e0c5a78076.tar.gz
src-394cf6719a3c665eabe24d96669409e0c5a78076.zip
tzcode: Move configuration into separate header.
MFC after: 1 week Sponsored by: Klara, Inc.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/zdump/Makefile3
-rw-r--r--usr.sbin/zic/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/zdump/Makefile b/usr.sbin/zdump/Makefile
index 43e4edaae2b6..cbf7c5c566c8 100644
--- a/usr.sbin/zdump/Makefile
+++ b/usr.sbin/zdump/Makefile
@@ -6,7 +6,6 @@ PROG= zdump
MAN= zdump.8
SRCS= zdump.c
-CFLAGS+= -DNETBSD_INSPIRED=0 -DSTD_INSPIRED=1
-CFLAGS+= -I${SRCTOP}/contrib/tzcode
+CFLAGS+= -I${SRCTOP}/contrib/tzcode -include tzconfig.h
.include <bsd.prog.mk>
diff --git a/usr.sbin/zic/Makefile b/usr.sbin/zic/Makefile
index a3eb6f7dadba..88d3f12c3016 100644
--- a/usr.sbin/zic/Makefile
+++ b/usr.sbin/zic/Makefile
@@ -6,7 +6,6 @@ PROG= zic
MAN= zic.8
SRCS= zic.c
-CFLAGS+= -DNETBSD_INSPIRED=0 -DSTD_INSPIRED=1
-CFLAGS+= -I${SRCTOP}/contrib/tzcode
+CFLAGS+= -I${SRCTOP}/contrib/tzcode -include tzconfig.h
.include <bsd.prog.mk>