aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/Makefile')
-rw-r--r--lib/libstand/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index b13b0bc5d95b..fee2187ac341 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1 1998/08/20 08:19:55 msmith Exp $
+# $Id: Makefile,v 1.2 1998/08/20 08:23:12 msmith Exp $
#
# Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $
#
@@ -15,11 +15,6 @@ MAN3= libstand.3
# Mostly OK, some of the libc imports are a bit noisy
CFLAGS+= -Wall
-# i386 apps are loaded by an a.out only loader
-.if ${MACHINE_ARCH} == "i386"
-OBJFORMAT= aout
-.endif
-
.if ${MACHINE_ARCH} == "alpha"
CFLAGS+= -mno-fp-regs
.endif