Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/zic Handle tools build



details:   https://anonhg.NetBSD.org/src/rev/8109301bddd0
branches:  trunk
changeset: 348178:8109301bddd0
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 07 21:55:29 2016 +0000

description:
Handle tools build

diffstat:

 usr.sbin/zic/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r aaa49211a9f8 -r 8109301bddd0 usr.sbin/zic/Makefile
--- a/usr.sbin/zic/Makefile     Fri Oct 07 21:09:57 2016 +0000
+++ b/usr.sbin/zic/Makefile     Fri Oct 07 21:55:29 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2016/10/07 15:30:01 christos Exp $
+#      $NetBSD: Makefile,v 1.18 2016/10/07 21:55:29 christos Exp $
 
 .include "Makefile.inc"
 .include <bsd.own.mk>
@@ -13,7 +13,9 @@
 
 .PATH: ${NETBSDSRCDIR}/lib/libc/time
 
+.if !defined(HOSTPROG)
 LDADD+=-lutil
 DPADD+=${LIBUTIL}
+.endif
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index