Module Name:    src
Committed By:   roy
Date:           Tue Sep 29 12:04:48 UTC 2020

Modified Files:
        src/usr.bin/xinstall: Makefile

Log Message:
xinstall: define MAKE_NATIVE so our make parts compile


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/xinstall/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.bin/xinstall/Makefile
diff -u src/usr.bin/xinstall/Makefile:1.27 src/usr.bin/xinstall/Makefile:1.28
--- src/usr.bin/xinstall/Makefile:1.27	Mon Sep  7 00:26:24 2020
+++ src/usr.bin/xinstall/Makefile	Tue Sep 29 12:04:48 2020
@@ -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 @@ MAN=	install.1
 
 .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

Reply via email to