Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d Moved zfs out of MKX11 block.



details:   https://anonhg.NetBSD.org/src/rev/4862b1c717ed
branches:  trunk
changeset: 459607:4862b1c717ed
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Wed Sep 18 05:16:15 2019 +0000

description:
Moved zfs out of MKX11 block.

Fix build failure without X11.

diffstat:

 etc/rc.d/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r f58c11bf722b -r 4862b1c717ed etc/rc.d/Makefile
--- a/etc/rc.d/Makefile Wed Sep 18 04:57:53 2019 +0000
+++ b/etc/rc.d/Makefile Wed Sep 18 05:16:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2019/09/15 19:38:09 brad Exp $
+# $NetBSD: Makefile,v 1.106 2019/09/18 05:16:15 nonaka Exp $
 
 .include <bsd.own.mk>
 
@@ -54,14 +54,14 @@
 FILESBUILD_xfs=        yes
 FILESBUILD_fccache= yes
 
-.if ${MKZFS} != "no"
-CONFIGFILES+=  zfs
-.endif
-
 .SUFFIXES: .in
 .in:
        ${_MKTARGET_CREATE}
        ${TOOL_SED} -e 's,@X11ROOTDIR@,${X11ROOTDIR},g' < ${.IMPSRC} > ${.TARGET}
 .endif
 
+.if ${MKZFS} != "no"
+CONFIGFILES+=  zfs
+.endif
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index