From 369fedc4d19f7bdaf92200ae59a30c4ec746ab0d Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 30 Jan 2007 04:29:04 +0000 Subject: * Hard-code PORTOBJFORMAT?= elf instead of using the (now removed) objformat(1) and defaulting to a.out. This will be removed entirely once port makefiles no longer reference it. --- Mk/bsd.port.subdir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mk/bsd.port.subdir.mk') diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index 0ee1bce07b0b..0f93ac07a39a 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -61,7 +61,7 @@ OSVERSION!= /usr/sbin/sysctl -n kern.osreldate .endif .endif .if !defined(PORTOBJFORMAT) -PORTOBJFORMAT!= test -x ${DESTDIR}/usr/bin/objformat && ${DESTDIR}/usr/bin/objformat || echo aout +PORTOBJFORMAT?= elf .endif .endif -- cgit