diff options
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" |