aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/alpha/cdboot
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-05-11 22:25:28 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-05-11 22:25:28 +0000
commit67ab9fd759b279032e61486b28c4ad9b76885671 (patch)
tree6bbfedee6e27e3fe509c804c4418b1bccbdea4a7 /sys/boot/alpha/cdboot
parent70bc2d3f4f3e09fd2b114482657aa87c927bed44 (diff)
Notes
Diffstat (limited to 'sys/boot/alpha/cdboot')
-rw-r--r--sys/boot/alpha/cdboot/Makefile10
-rw-r--r--sys/boot/alpha/cdboot/version10
2 files changed, 0 insertions, 20 deletions
diff --git a/sys/boot/alpha/cdboot/Makefile b/sys/boot/alpha/cdboot/Makefile
deleted file mode 100644
index 632f8e5a8038..000000000000
--- a/sys/boot/alpha/cdboot/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $FreeBSD$
-
-BOOT= cdboot
-NO_MAN=
-NEWVERSWHAT= "SRM CD9660 boot" alpha
-LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
-
-CFLAGS+= -DLOADER_CDROM_SUPPORT
-
-.include "${.CURDIR}/../common/Makefile.common"
diff --git a/sys/boot/alpha/cdboot/version b/sys/boot/alpha/cdboot/version
deleted file mode 100644
index 028be8b5295c..000000000000
--- a/sys/boot/alpha/cdboot/version
+++ /dev/null
@@ -1,10 +0,0 @@
-$FreeBSD$
-
-NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
-file is important. Make sure the current version number is on line 6.
-
-1.2: New calling conventions for fopen.
-1.1: New semantics for finding the kernel, new boot.
-1.0: Released working DEC Alpha version.
-0.1: Initial i386 version, germinated from the NetBSD i386
- standalone, but enormously modified.