Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules Add hifn(4) and ubsec(4) to the NOTYET section, ...
details: https://anonhg.NetBSD.org/src/rev/3e9fca1cf0ef
branches: trunk
changeset: 325699:3e9fca1cf0ef
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Fri Jan 03 16:16:10 2014 +0000
description:
Add hifn(4) and ubsec(4) to the NOTYET section, and note that they can
be successfully built only on architectures that have PCI.
diffstat:
sys/modules/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 7e5f105049b8 -r 3e9fca1cf0ef sys/modules/Makefile
--- a/sys/modules/Makefile Fri Jan 03 16:12:49 2014 +0000
+++ b/sys/modules/Makefile Fri Jan 03 16:16:10 2014 +0000
@@ -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+= 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"
Home |
Main Index |
Thread Index |
Old Index