Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/compat/ibcs2 Wrap overlong lines, fix indentation.
details: https://anonhg.NetBSD.org/src/rev/906a81bfe3e0
branches: trunk
changeset: 551810:906a81bfe3e0
user: tron <tron%NetBSD.org@localhost>
date: Fri Sep 12 14:06:48 2003 +0000
description:
Wrap overlong lines, fix indentation.
diffstat:
sys/lkm/compat/ibcs2/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 520a275d286a -r 906a81bfe3e0 sys/lkm/compat/ibcs2/Makefile
--- a/sys/lkm/compat/ibcs2/Makefile Fri Sep 12 13:29:46 2003 +0000
+++ b/sys/lkm/compat/ibcs2/Makefile Fri Sep 12 14:06:48 2003 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2003/09/12 13:01:57 christos Exp $
+# $NetBSD: Makefile,v 1.7 2003/09/12 14:06:48 tron Exp $
.include "../Makefile.inc"
.PATH: $S/compat/ibcs2 $S/arch/${MACHINE}/${MACHINE}
-CPPFLAGS+= -DCOMPAT_IBCS2 -DCOMPAT_SVR4 -DSYSVSEM -DSYSVMSG -DSYSVSHM -DSVR4_COMPAT_SOLARIS2
+CPPFLAGS+= -DCOMPAT_SVR4 -DSYSVSEM -DSYSVMSG -DSYSVSHM \
+ -DSVR4_COMPAT_SOLARIS2 -DCOMPAT_IBCS2
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE \
-I. -I${S}
Home |
Main Index |
Thread Index |
Old Index