From d24f4b67b9e600c2002cf0d82b20ce77347adfdb Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 8 Dec 2003 19:02:06 +0000 Subject: Hook boot0sio to the build. Use 'boot0cfg -b /boot/boot0sio' to use. --- sys/boot/i386/boot0sio/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sys/boot/i386/boot0sio/Makefile (limited to 'sys/boot/i386/boot0sio') 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" -- cgit v1.1