Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk make this a no-op if HOSTPROG is defined
details: https://anonhg.NetBSD.org/src/rev/b5f059d40e1e
branches: trunk
changeset: 547415:b5f059d40e1e
user: lukem <lukem%NetBSD.org@localhost>
date: Sun May 18 07:36:23 2003 +0000
description:
make this a no-op if HOSTPROG is defined
diffstat:
share/mk/bsd.prog.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 4baf9c796494 -r b5f059d40e1e share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk Sun May 18 06:45:14 2003 +0000
+++ b/share/mk/bsd.prog.mk Sun May 18 07:36:23 2003 +0000
@@ -1,6 +1,8 @@
-# $NetBSD: bsd.prog.mk,v 1.165 2003/03/30 00:35:07 thorpej Exp $
+# $NetBSD: bsd.prog.mk,v 1.166 2003/05/18 07:36:23 lukem Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
+.ifndef HOSTPROG
+
.include <bsd.init.mk>
.include <bsd.shlib.mk>
@@ -266,3 +268,5 @@
.include <bsd.sys.mk>
${TARGETS}: # ensure existence
+
+.endif # HOSTPROG
Home |
Main Index |
Thread Index |
Old Index