diff options
author | obrien <obrien@FreeBSD.org> | 2003-12-08 19:02:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-12-08 19:02:06 +0000 |
commit | d24f4b67b9e600c2002cf0d82b20ce77347adfdb (patch) | |
tree | 02e6b240d25f448e3859644d3dec09f34875e53b /sys/boot/i386/boot0sio | |
parent | 653689474e564224fc1a32353e2f418549097945 (diff) | |
download | FreeBSD-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/Makefile | 7 |
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" |