1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/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"