mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 23:45:12 -04:00
9 lines
135 B
Makefile
9 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../boot1
|
|
|
|
PROGNAME= zfsboot
|
|
CFLAGS+= -DZFSBOOT
|
|
FILES= zfsboot
|
|
|
|
.include "${.CURDIR}/../boot1/Makefile"
|