Fix spelling of MKZFS

This commit is contained in:
joerg 2011-03-05 03:15:25 +00:00
parent d9f40f2741
commit 8871ccf0f3
2 changed files with 8 additions and 6 deletions

View File

@ -1,12 +1,13 @@
# $NetBSD: Makefile.rumpfscomp,v 1.2 2011/01/18 22:21:23 haad Exp $
# $NetBSD: Makefile.rumpfscomp,v 1.3 2011/03/05 03:15:25 joerg Exp $
#
.include <bsd.own.mk>
RUMPFSCOMP= cd9660 efs ext2fs fdesc ffs hfs kernfs lfs mfs msdos \
nfs nilfs ntfs null ptyfs smbfs syspuffs sysvbfs \
tmpfs udf umap union
.if ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "x86_64"
.if ${MKZFS} != "no"
RUMPFSCOMP+= zfs
.endif

View File

@ -1,10 +1,11 @@
# $NetBSD: Makefile.rumpkerncomp,v 1.3 2011/01/18 22:21:23 haad Exp $
# $NetBSD: Makefile.rumpkerncomp,v 1.4 2011/03/05 03:15:25 joerg Exp $
#
.include <bsd.own.mk>
RUMPKERNCOMPS= crypto ksem tty z
.if ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "x86_64"
.if ${MKZFS} != "no"
RUMPKERNCOMPS+= solaris
.endif