Multiple include protection.

This commit is contained in:
simonb 2001-10-05 15:25:02 +00:00
parent 1f8636506e
commit c63662a13e
1 changed files with 6 additions and 1 deletions

View File

@ -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