freebsd-dev/stand/i386/boot0sio/Makefile
2017-11-14 23:02:19 +00:00

9 lines
116 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../boot0
PROGNAME= boot0sio
CFLAGS+= -DSIO
.include "${.CURDIR}/../boot0/Makefile"