ca987d4641
Sponsored by: Netflix
10 lines
135 B
Makefile
10 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../boot1
|
|
|
|
PROGNAME= zfsboot
|
|
CFLAGS+= -DZFSBOOT
|
|
FILES= zfsboot
|
|
|
|
.include "${.CURDIR}/../boot1/Makefile"
|