Module Name: src
Committed By: joerg
Date: Mon Jul 11 18:33:48 UTC 2011
Modified Files:
src/sys/arch/x68k/include: Makefile
Log Message:
Sort
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x68k/include/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x68k/include/Makefile
diff -u src/sys/arch/x68k/include/Makefile:1.33 src/sys/arch/x68k/include/Makefile:1.34
--- src/sys/arch/x68k/include/Makefile:1.33 Sun Jun 1 02:30:12 2008
+++ src/sys/arch/x68k/include/Makefile Mon Jul 11 18:33:48 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/06/01 02:30:12 isaki Exp $
+# $NetBSD: Makefile,v 1.34 2011/07/11 18:33:48 joerg Exp $
INCSDIR= /usr/include/x68k
@@ -21,7 +21,7 @@
reg.h remote-sl.h rwlock.h \
setjmp.h signal.h sram.h stdarg.h \
trap.h types.h \
- wchar_limits.h \
- varargs.h vmparam.h vuid_event.h
+ varargs.h vmparam.h vuid_event.h \
+ wchar_limits.h
.include <bsd.kinc.mk>