Source-Changes-HG archive

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

[src/trunk]: src/distrib/common pull in <bsd.sys.mk> for HOST_SH



details:   https://anonhg.NetBSD.org/src/rev/d6860c8110a7
branches:  trunk
changeset: 546937:d6860c8110a7
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri May 09 09:06:14 2003 +0000

description:
pull in <bsd.sys.mk> for HOST_SH

diffstat:

 distrib/common/Makefile.distrib |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1d30dbca4ba6 -r d6860c8110a7 distrib/common/Makefile.distrib
--- a/distrib/common/Makefile.distrib   Fri May 09 08:44:57 2003 +0000
+++ b/distrib/common/Makefile.distrib   Fri May 09 09:06:14 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.distrib,v 1.3 2003/05/08 13:04:13 christos Exp $
+#      $NetBSD: Makefile.distrib,v 1.4 2003/05/09 09:06:14 lukem Exp $
 #
 # Makefile snippet to setup various make variables variables used in distrib/:
 #
@@ -16,6 +16,7 @@
 .if !defined(_MAKEFILE_DISTRIB_)
 _MAKEFILE_DISTRIB_=1
 
+.include <bsd.sys.mk>          # for HOST_SH
 
 DISTRIBDIR=    ${NETBSDSRCDIR}/distrib
 DISTRIBREV!=   ${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh -s



Home | Main Index | Thread Index | Old Index