summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot0sio
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-12-08 19:02:06 +0000
committerobrien <obrien@FreeBSD.org>2003-12-08 19:02:06 +0000
commitd24f4b67b9e600c2002cf0d82b20ce77347adfdb (patch)
tree02e6b240d25f448e3859644d3dec09f34875e53b /sys/boot/i386/boot0sio
parent653689474e564224fc1a32353e2f418549097945 (diff)
downloadFreeBSD-src-d24f4b67b9e600c2002cf0d82b20ce77347adfdb.zip
FreeBSD-src-d24f4b67b9e600c2002cf0d82b20ce77347adfdb.tar.gz
Hook boot0sio to the build. Use 'boot0cfg -b /boot/boot0sio' to use.
Diffstat (limited to 'sys/boot/i386/boot0sio')
-rw-r--r--sys/boot/i386/boot0sio/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/boot/i386/boot0sio/Makefile b/sys/boot/i386/boot0sio/Makefile
new file mode 100644
index 0000000..27b21aa
--- /dev/null
+++ b/sys/boot/i386/boot0sio/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../boot0
+
+PROG= boot0sio
+
+.include "${.CURDIR}/../boot0/Makefile"
OpenPOWER on IntegriCloud