Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/stand/dosboot Pull up revision 1.17 (requ...



details:   https://anonhg.NetBSD.org/src/rev/699fe4fa6562
branches:  netbsd-1-5
changeset: 489935:699fe4fa6562
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 14:18:47 2000 +0000

description:
Pull up revision 1.17 (requested by wiz):
  Get RELEASEDIR setting from /etc/mk.conf.  Fixes PR#11104.

diffstat:

 sys/arch/i386/stand/dosboot/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f89412dd0974 -r 699fe4fa6562 sys/arch/i386/stand/dosboot/Makefile
--- a/sys/arch/i386/stand/dosboot/Makefile      Thu Oct 19 14:15:14 2000 +0000
+++ b/sys/arch/i386/stand/dosboot/Makefile      Thu Oct 19 14:18:47 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13.14.3 2000/09/06 13:57:14 enami Exp $
+#      $NetBSD: Makefile,v 1.13.14.4 2000/10/19 14:18:47 he Exp $
 
 S=     ${.CURDIR}/../../../../
 
@@ -29,6 +29,8 @@
 
 VERSIONFILE= ${.CURDIR}/version
 
+.include <bsd.own.mk>
+
 .ifndef RELEASEDIR
 release:
        @echo setenv RELEASEDIR first



Home | Main Index | Thread Index | Old Index