Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/stand build the filesystem-specific primaries



details:   https://anonhg.NetBSD.org/src/rev/d013c4ea4c3b
branches:  trunk
changeset: 471476:d013c4ea4c3b
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Apr 02 03:45:12 1999 +0000

description:
build the filesystem-specific primaries

diffstat:

 sys/arch/alpha/stand/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 67d319f38bc9 -r d013c4ea4c3b sys/arch/alpha/stand/Makefile
--- a/sys/arch/alpha/stand/Makefile     Fri Apr 02 03:38:20 1999 +0000
+++ b/sys/arch/alpha/stand/Makefile     Fri Apr 02 03:45:12 1999 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.8 1997/09/05 20:20:17 thorpej Exp $
+# $NetBSD: Makefile,v 1.9 1999/04/02 03:45:12 cgd Exp $
 
-SUBDIR=        boot bootxx installboot netboot setnetbootinfo
+SUBDIR=        boot bootxx installboot netboot setnetbootinfo \
+       bootxx_cd9660 bootxx_ffs
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index