9 lines
117 B
Makefile
9 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../boot0
|
|
|
|
FILESNAME= boot0sio
|
|
CFLAGS+= -DSIO
|
|
|
|
.include "${.CURDIR}/../boot0/Makefile"
|