Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/installboot Linking against libutil is not appropia...
details: https://anonhg.NetBSD.org/src/rev/bcf0989eb90f
branches: trunk
changeset: 338743:bcf0989eb90f
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Jun 06 15:45:47 2015 +0000
description:
Linking against libutil is not appropiate for tools.
diffstat:
usr.sbin/installboot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 690e4fa4e2c7 -r bcf0989eb90f usr.sbin/installboot/Makefile
--- a/usr.sbin/installboot/Makefile Sat Jun 06 15:22:58 2015 +0000
+++ b/usr.sbin/installboot/Makefile Sat Jun 06 15:45:47 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2015/06/05 05:03:21 mlelstv Exp $
+# $NetBSD: Makefile,v 1.50 2015/06/06 15:45:47 joerg Exp $
#
.include <bsd.own.mk>
@@ -46,9 +46,9 @@
.for f in i386 macppc
COPTS.${f}.c+= -Wno-pointer-sign
.endfor
-.endif
LDADD+= -lutil
DPADD+= ${LIBUTIL}
+.endif
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index