Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/vfs Compile all VFS LKMs on all ports.
details: https://anonhg.NetBSD.org/src/rev/9de067ae9650
branches: trunk
changeset: 473056:9de067ae9650
user: tron <tron%NetBSD.org@localhost>
date: Tue May 18 23:06:02 1999 +0000
description:
Compile all VFS LKMs on all ports.
diffstat:
sys/lkm/vfs/Makefile | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diffs (20 lines):
diff -r 8d501dd69ac7 -r 9de067ae9650 sys/lkm/vfs/Makefile
--- a/sys/lkm/vfs/Makefile Tue May 18 22:36:36 1999 +0000
+++ b/sys/lkm/vfs/Makefile Tue May 18 23:06:02 1999 +0000
@@ -1,14 +1,5 @@
-# $NetBSD: Makefile,v 1.5 1999/05/12 12:05:56 tron Exp $
+# $NetBSD: Makefile,v 1.6 1999/05/18 23:06:02 tron Exp $
-.if (${MACHINE} == "amiga")
-SUBDIR+= adosfs
-.endif
-.if (${MACHINE} == "alpha") || \
- (${MACHINE} == "i386") || \
- (${MACHINE} == "ofppc")
-SUBDIR+= ntfs
-.endif
-
-SUBDIR+= isofs miscfs msdosfs ufs coda
+SUBDIR+= adosfs isofs miscfs msdosfs ntfs ufs coda
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index