summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1998-09-15 02:30:22 +0000
committerMike Smith <msmith@FreeBSD.org>1998-09-15 02:30:22 +0000
commit0dd47c30aa7cd4fbc8306bbcb92aeebe3f1234be (patch)
tree2419e4165b2c3c6968246beb3ee154c1fd63b104 /lib
parent75a21a3859bc3dcbae65858b3f9b36dc9fd29f11 (diff)
Notes
Diffstat (limited to 'lib')
-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