diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2023-01-11 09:20:46 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2023-01-11 10:39:12 +0000 |
| commit | 394cf6719a3c665eabe24d96669409e0c5a78076 (patch) | |
| tree | 6c5e549186b005f660868d72ca488d28723030e6 /usr.sbin/zic | |
| parent | d68f15420528e11f69a7bda365608581bfc34e64 (diff) | |
Diffstat (limited to 'usr.sbin/zic')
| -rw-r--r-- | usr.sbin/zic/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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> |
