aboutsummaryrefslogtreecommitdiff
path: root/stand/sparc64/zfsboot/Makefile
blob: 9e58c27eb0672609bf6636a5b33124b8912b02c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

.PATH: ${.CURDIR}/../boot1

PROGNAME=	zfsboot
CFLAGS+=	-DZFSBOOT
FILES=		zfsboot

.include "${.CURDIR}/../boot1/Makefile"