Module Name:    src
Committed By:   skrll
Date:           Sat Feb 29 16:25:37 UTC 2020

Modified Files:
        src/sys/modules: Makefile

Log Message:
Disable hifn again


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 src/sys/modules/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/Makefile
diff -u src/sys/modules/Makefile:1.240 src/sys/modules/Makefile:1.241
--- src/sys/modules/Makefile:1.240	Sat Feb 29 11:03:44 2020
+++ src/sys/modules/Makefile	Sat Feb 29 16:25:37 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.240 2020/02/29 11:03:44 skrll Exp $
+#	$NetBSD: Makefile,v 1.241 2020/02/29 16:25:37 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -235,7 +235,7 @@ SUBDIR+=	nvmm
      ${MACHINE_ARCH} == "evbarm" || \
      ${MACHINE_ARCH} == "i386" || \
      ${MACHINE_ARCH} == "x86_64"
-SUBDIR+=	hifn
+#SUBDIR+=	hifn
 SUBDIR+=	if_ixl
 SUBDIR+=	ubsec
 .endif

Reply via email to