Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/include Multiple include protection.
details: https://anonhg.NetBSD.org/src/rev/91fe71afdc82
branches: trunk
changeset: 515818:91fe71afdc82
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Oct 05 15:25:02 2001 +0000
description:
Multiple include protection.
diffstat:
sys/arch/alpha/include/Makefile.inc | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 8aa6ead85551 -r 91fe71afdc82 sys/arch/alpha/include/Makefile.inc
--- a/sys/arch/alpha/include/Makefile.inc Fri Oct 05 15:14:18 2001 +0000
+++ b/sys/arch/alpha/include/Makefile.inc Fri Oct 05 15:25:02 2001 +0000
@@ -1,3 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.1 1999/03/10 06:41:48 ross Exp $
+# $NetBSD: Makefile.inc,v 1.2 2001/10/05 15:25:02 simonb Exp $
+
+.if !defined(_ALPHA_MAKEFILE_INC)
+_ALPHA_MAKEFILE_INC= yes
CFLAGS += -mno-fp-regs
+
+.endif
Home |
Main Index |
Thread Index |
Old Index