8 lines
97 B
Makefile
8 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../boot0
|
|
|
|
PROG= boot0sio
|
|
|
|
.include "${.CURDIR}/../boot0/Makefile"
|