Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump Fix spelling of MKZFS



details:   https://anonhg.NetBSD.org/src/rev/0dedc19b01da
branches:  trunk
changeset: 762893:0dedc19b01da
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Mar 05 03:15:25 2011 +0000

description:
Fix spelling of MKZFS

diffstat:

 sys/rump/fs/Makefile.rumpfscomp     |  7 ++++---
 sys/rump/kern/Makefile.rumpkerncomp |  7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r e8a80830b6d6 -r 0dedc19b01da sys/rump/fs/Makefile.rumpfscomp
--- a/sys/rump/fs/Makefile.rumpfscomp   Sat Mar 05 01:58:01 2011 +0000
+++ b/sys/rump/fs/Makefile.rumpfscomp   Sat Mar 05 03:15:25 2011 +0000
@@ -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
 
diff -r e8a80830b6d6 -r 0dedc19b01da sys/rump/kern/Makefile.rumpkerncomp
--- a/sys/rump/kern/Makefile.rumpkerncomp       Sat Mar 05 01:58:01 2011 +0000
+++ b/sys/rump/kern/Makefile.rumpkerncomp       Sat Mar 05 03:15:25 2011 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index