diff options
-rw-r--r-- | lib/libstand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index ec8aec8..81ec489 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1998/11/04 12:49:31 peter Exp $ +# $Id: Makefile,v 1.12 1999/02/12 17:20:10 dcs Exp $ # # Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $ # @@ -13,7 +13,7 @@ NOPIC= YES MAN3= libstand.3 # Mostly OK, some of the libc imports are a bit noisy -CFLAGS+= -Wall -g +CFLAGS+= -Wall .if ${MACHINE_ARCH} == "alpha" CFLAGS+= -mno-fp-regs |