From e74698834ad418551451a459495c73fb6c0edeb5 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 5 Sep 1997 09:09:56 +0000 Subject: Change the BINFORMAT definitions so that they do not depend on sys.mk, since 2.1.x make(1) apparently does not have the -m switch to set both the the bsd.*.mk and sys.mk location, and this breaks 'make world' from a 2.1.x system. --- share/mk/bsd.prog.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'share/mk/bsd.prog.mk') diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk index 805ab54..1497b1b 100644 --- a/share/mk/bsd.prog.mk +++ b/share/mk/bsd.prog.mk @@ -1,10 +1,13 @@ # from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 -# $Id: bsd.prog.mk,v 1.54 1997/08/05 03:49:49 asami Exp $ +# $Id: bsd.prog.mk,v 1.55 1997/08/30 23:23:17 peter Exp $ .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif +# Default executable format +BINFORMAT?= aout + .SUFFIXES: .out .o .c .cc .cxx .C .y .l .s .S CFLAGS+=${COPTS} ${DEBUG_FLAGS} -- cgit v1.1