Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lkm/vfs convert to one 'SUBDIR+=' per entry format



details:   https://anonhg.NetBSD.org/src/rev/3a5e1266c95a
branches:  trunk
changeset: 571142:3a5e1266c95a
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Nov 11 19:24:04 2004 +0000

description:
convert to one 'SUBDIR+=' per entry format

diffstat:

 sys/lkm/vfs/Makefile |  13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 97cae195368f -r 3a5e1266c95a sys/lkm/vfs/Makefile
--- a/sys/lkm/vfs/Makefile      Thu Nov 11 19:21:46 2004 +0000
+++ b/sys/lkm/vfs/Makefile      Thu Nov 11 19:24:04 2004 +0000
@@ -1,5 +1,14 @@
-# $NetBSD: Makefile,v 1.11 2003/09/02 17:15:46 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/11 19:24:04 jdolecek Exp $
 
-SUBDIR+= adosfs cd9660 coda coda5 filecorefs miscfs msdosfs ntfs smbfs ufs
+SUBDIR+=       adosfs
+SUBDIR+=       cd9660
+SUBDIR+=       coda
+SUBDIR+=       coda5
+SUBDIR+=       filecorefs
+SUBDIR+=       miscfs
+SUBDIR+=       msdosfs
+SUBDIR+=       ntfs
+SUBDIR+=       smbfs
+SUBDIR+=       ufs
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index