Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xinstall xinstall: define MAKE_NATIVE so our make pa...



details:   https://anonhg.NetBSD.org/src/rev/ed7c22c17457
branches:  trunk
changeset: 939756:ed7c22c17457
user:      roy <roy%NetBSD.org@localhost>
date:      Tue Sep 29 12:04:48 2020 +0000

description:
xinstall: define MAKE_NATIVE so our make parts compile

diffstat:

 usr.bin/xinstall/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r aeefd15bdfac -r ed7c22c17457 usr.bin/xinstall/Makefile
--- a/usr.bin/xinstall/Makefile Tue Sep 29 08:52:11 2020 +0000
+++ b/usr.bin/xinstall/Makefile Tue Sep 29 12:04:48 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 2020/09/07 00:26:24 mrg Exp $
+#      $NetBSD: Makefile,v 1.28 2020/09/29 12:04:48 roy Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 .include <bsd.own.mk>
@@ -9,6 +9,7 @@
 
 .PATH:         ${NETBSDSRCDIR}/usr.bin/make
 CPPFLAGS+=     -I${NETBSDSRCDIR}/usr.bin/make
+CPPFLAGS+=     -DMAKE_NATIVE
 
 .PATH:         ${NETBSDSRCDIR}/usr.sbin/mtree
 CPPFLAGS+=     -I${NETBSDSRCDIR}/usr.sbin/mtree



Home | Main Index | Thread Index | Old Index