Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc/etc.alpha Pull up revision 1.2 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/5bf5566d1368
branches:  netbsd-1-5
changeset: 491838:5bf5566d1368
user:      he <he%NetBSD.org@localhost>
date:      Mon May 28 18:27:11 2001 +0000

description:
Pull up revision 1.2 (requested by he):
  Add Makefile snippets to install ``netboot'' under ``make release''.

diffstat:

 etc/etc.alpha/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r d29d741a5201 -r 5bf5566d1368 etc/etc.alpha/Makefile.inc
--- a/etc/etc.alpha/Makefile.inc        Mon May 28 18:26:33 2001 +0000
+++ b/etc/etc.alpha/Makefile.inc        Mon May 28 18:27:11 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 1999/06/30 18:39:37 ross Exp $
+#      $NetBSD: Makefile.inc,v 1.1.8.1 2001/05/28 18:27:11 he Exp $
 
 BUILD_KERNELS+=                INSTALL
 INSTALLATION_DIRS+=    installation/floppy     \
@@ -15,3 +15,4 @@
        cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
        cd ${.CURDIR}/../distrib/alpha && ${MAKE} release
        cd ${.CURDIR}/../distrib/notes && ${MAKE} release
+       cd ${.CURDIR}/../sys/arch/alpha/stand/netboot && ${MAKE} release



Home | Main Index | Thread Index | Old Index