Removed bitrotted code for setting OBJFORMAT.

This commit is contained in:
Bruce Evans 1998-12-06 17:14:37 +00:00
parent 904b32a9c9
commit 1749f1e3bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41562
2 changed files with 2 additions and 12 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
# $Id: bsd.lib.mk,v 1.80 1998/10/19 20:09:17 imp Exp $
# $Id: bsd.lib.mk,v 1.81 1998/11/18 00:48:11 jdp Exp $
#
.if !target(__initialized__)
@ -9,13 +9,6 @@ __initialized__:
.endif
.endif
# Default executable format
.if ${MACHINE_ARCH} == "i386"
OBJFORMAT?= aout
.else
OBJFORMAT?= elf
.endif
.if exists(${.CURDIR}/shlib_version)
SHLIB_MAJOR != . ${.CURDIR}/shlib_version ; echo $$major
.if ${OBJFORMAT} == aout

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.prog.mk,v 1.78 1998/09/07 05:55:02 jb Exp $
# $Id: bsd.prog.mk,v 1.79 1998/10/18 09:35:17 obrien Exp $
.if !target(__initialized__)
__initialized__:
@ -8,9 +8,6 @@ __initialized__:
.endif
.endif
# Default executable format
OBJFORMAT?= aout
.SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .s .S
CFLAGS+=${COPTS} ${DEBUG_FLAGS}