Source-Changes-HG archive

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

[src/trunk]: src/distrib/i386/floppies/fdset-com First pass at standard flopp...



details:   https://anonhg.NetBSD.org/src/rev/ed4bc3dffd47
branches:  trunk
changeset: 500645:ed4bc3dffd47
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Dec 14 22:26:06 2000 +0000

description:
First pass at standard floppy set that uses serial boot blocks. Still need to finish sysinst patches to install/ask for these at install time.

diffstat:

 distrib/i386/floppies/fdset-com/Makefile |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 65ad41ad2680 -r ed4bc3dffd47 distrib/i386/floppies/fdset-com/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/i386/floppies/fdset-com/Makefile  Thu Dec 14 22:26:06 2000 +0000
@@ -0,0 +1,14 @@
+#      $NetBSD: Makefile,v 1.1 2000/12/14 22:26:06 jmc Exp $
+
+TOP=   ${.CURDIR}/..
+
+.include "${TOP}/Makefile.inc"
+
+BASENAME=boot-com
+BOOTCODE=      ${MDEC}/biosboot_com0.sym       # Serial output
+
+KERN!= cd $(.CURDIR)/../kernel-ramdisk/; \
+        printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL.gz\n" | \
+       ${MAKE} -s -f-
+
+.include "${TOP}/fdset-common/Makefile.inc"



Home | Main Index | Thread Index | Old Index