Remove (wrong) OBJFORMAT setting.

This commit is contained in:
Mike Smith 1998-09-15 02:30:22 +00:00
parent 75a21a3859
commit 0dd47c30aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39203

View file

@ -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