mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
8 lines
116 B
Makefile
8 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../boot0
|
|
|
|
PROGNAME= boot0sio
|
|
CFLAGS+= -DSIO
|
|
|
|
.include "${.CURDIR}/../boot0/Makefile"
|