e4b3eb5fe3
the Makefile with boot1. Submitted by: ru
10 lines
135 B
Makefile
10 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../boot1
|
|
|
|
PROGNAME= zfsboot
|
|
CFLAGS+= -DZFSBOOT
|
|
FILES= zfsboot
|
|
|
|
.include "${.CURDIR}/../boot1/Makefile"
|