Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/vfs Build "ntfs" LKM only on machines for which Wind...
details: https://anonhg.NetBSD.org/src/rev/f45bddc13ada
branches: trunk
changeset: 472920:f45bddc13ada
user: tron <tron%NetBSD.org@localhost>
date: Wed May 12 12:05:56 1999 +0000
description:
Build "ntfs" LKM only on machines for which Windows NT is available.
diffstat:
sys/lkm/vfs/Makefile | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 20e9509a6af3 -r f45bddc13ada sys/lkm/vfs/Makefile
--- a/sys/lkm/vfs/Makefile Wed May 12 11:16:43 1999 +0000
+++ b/sys/lkm/vfs/Makefile Wed May 12 12:05:56 1999 +0000
@@ -1,9 +1,14 @@
-# $NetBSD: Makefile,v 1.4 1999/05/12 07:46:42 tron Exp $
+# $NetBSD: Makefile,v 1.5 1999/05/12 12:05:56 tron Exp $
.if (${MACHINE} == "amiga")
SUBDIR+= adosfs
.endif
+.if (${MACHINE} == "alpha") || \
+ (${MACHINE} == "i386") || \
+ (${MACHINE} == "ofppc")
+SUBDIR+= ntfs
+.endif
-SUBDIR+= isofs miscfs msdosfs ntfs ufs coda
+SUBDIR+= isofs miscfs msdosfs ufs coda
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index