Module Name:    src
Committed By:   christos
Date:           Wed Jul  3 15:50:40 UTC 2019

Modified Files:
        src/usr.sbin/zic: Makefile

Log Message:
Change the default to be slim


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/zic/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/zic/Makefile
diff -u src/usr.sbin/zic/Makefile:1.20 src/usr.sbin/zic/Makefile:1.21
--- src/usr.sbin/zic/Makefile:1.20	Fri Jan  6 12:25:32 2017
+++ src/usr.sbin/zic/Makefile	Wed Jul  3 11:50:40 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.20 2017/01/06 17:25:32 christos Exp $
+#	$NetBSD: Makefile,v 1.21 2019/07/03 15:50:40 christos Exp $
 
 .include "Makefile.inc"
 .include <bsd.own.mk>
@@ -14,6 +14,7 @@ TZVERSION=0
 TZVERSION!= ${TOOL_CAT} ${NETBSDSRCDIR}/lib/libc/time/version
 .endif
 CPPFLAGS+=-DPKGVERSION='"(tzcode) "' -DTZVERSION='"${TZVERSION}"'
+CPPFLAGS+=-DZIC_BLOAT_DEFAULT='"slim"'
 
 .PATH: ${NETBSDSRCDIR}/lib/libc/time
 

Reply via email to