xref: /freebsd/stand/i386/boot0sio/Makefile (revision ebacd8013fe5f7fdf9f6a5b286f6680dd2891036)
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../boot0
4
5PROGNAME=	boot0sio
6CFLAGS+=	-DSIO
7
8.include "${.CURDIR}/../boot0/Makefile"
9