Module Name: src
Committed By: pgoyette
Date: Fri Jan 3 16:16:10 UTC 2014
Modified Files:
src/sys/modules: Makefile
Log Message:
Add hifn(4) and ubsec(4) to the NOTYET section, and note that they can
be successfully built only on architectures that have PCI.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 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.134 src/sys/modules/Makefile:1.135
--- src/sys/modules/Makefile:1.134 Wed Jan 1 16:06:00 2014
+++ src/sys/modules/Makefile Fri Jan 3 16:16:10 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2014/01/01 16:06:00 pgoyette Exp $
+# $NetBSD: Makefile,v 1.135 2014/01/03 16:16:10 pgoyette Exp $
.include <bsd.own.mk>
@@ -103,6 +103,8 @@ SUBDIR+= vnd
SUBDIR+= zlib
SUBDIR+= tprof
.if (defined(NOTYET))
+SUBDIR+= hifn # Builds on architectures with PCI bus
+SUBDIR+= ubsec # Builds on architectures with PCI bus
SUBDIR+= unionfs
.endif
.if ${MKBINUTILS} != "no"