Source-Changes-HG archive

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

[src/trunk]: src/sys/modules Re-sort in alphabetic sequence.



details:   https://anonhg.NetBSD.org/src/rev/ac6af3020fa5
branches:  trunk
changeset: 792308:ac6af3020fa5
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Dec 29 16:32:32 2013 +0000

description:
Re-sort in alphabetic sequence.

diffstat:

 sys/modules/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 15e0cd0d4a36 -r ac6af3020fa5 sys/modules/Makefile
--- a/sys/modules/Makefile      Sun Dec 29 12:36:30 2013 +0000
+++ b/sys/modules/Makefile      Sun Dec 29 16:32:32 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.131 2013/12/29 08:09:44 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.132 2013/12/29 16:32:32 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -9,15 +9,15 @@
 SUBDIR+=       adosfs
 SUBDIR+=       aio
 SUBDIR+=       bpf
+SUBDIR+=       ccd
 SUBDIR+=       cd9660
-SUBDIR+=       ccd
 SUBDIR+=       cgd
+SUBDIR+=       chfs
 SUBDIR+=       coda
 SUBDIR+=       coda5
 SUBDIR+=       compat
 SUBDIR+=       compat_ossaudio
 SUBDIR+=       coredump
-SUBDIR+=       chfs
 SUBDIR+=       dbcool
 SUBDIR+=       dk_subr
 SUBDIR+=       efs



Home | Main Index | Thread Index | Old Index