summaryrefslogtreecommitdiffstats
path: root/lib/libstand/Makefile
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-09-15 02:30:22 +0000
committermsmith <msmith@FreeBSD.org>1998-09-15 02:30:22 +0000
commit565c7a39295a15a9f420570d551c7bafbb3cccd7 (patch)
tree2bca462b21fab95a4960254fe93fabe30b40b93c /lib/libstand/Makefile
parentebefaafe4e2fe1f7d1bfbb33daaa1a0053694ef2 (diff)
downloadFreeBSD-src-565c7a39295a15a9f420570d551c7bafbb3cccd7.zip
FreeBSD-src-565c7a39295a15a9f420570d551c7bafbb3cccd7.tar.gz
Remove (wrong) OBJFORMAT setting.
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 b13b0bc..fee2187 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
OpenPOWER on IntegriCloud