9 lines
155 B
Makefile
9 lines
155 B
Makefile
# $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
|