mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
ca987d4641
Sponsored by: Netflix
9 lines
116 B
Makefile
9 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../boot0
|
|
|
|
PROGNAME= boot0sio
|
|
CFLAGS+= -DSIO
|
|
|
|
.include "${.CURDIR}/../boot0/Makefile"
|