From 48c3d9bd708df7ab5a41eab5f9a65a0d8a31422a Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 1 Jun 2017 13:30:24 +0000 Subject: Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. --- emulators/compat_netbsd/Makefile.common | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'emulators') diff --git a/emulators/compat_netbsd/Makefile.common b/emulators/compat_netbsd/Makefile.common index 824934b0500..2c0e29b502a 100644 --- a/emulators/compat_netbsd/Makefile.common +++ b/emulators/compat_netbsd/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2014/10/05 16:41:06 wiz Exp $ +# $NetBSD: Makefile.common,v 1.13 2017/06/01 13:30:25 jlam Exp $ # # Common infrastructure for NetBSD compat* packages. # @@ -98,9 +98,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST # Directly set NATIVE_EXEC_FMT and include the correct emulator.mk file # to define EMUL_EXEC_FMT. # -NATIVE_EXEC_FMT= ${_NATIVE_EXEC_FMT_cmd:sh} -_NATIVE_EXEC_FMT_cmd= sh ${.CURDIR}/../../mk/scripts/shlib-type \ - ${_OPSYS_SHLIB_TYPE:Q} ${MAKE:Q} +NATIVE_EXEC_FMT= ${SHLIB_TYPE} .include "${PKGSRCDIR}/emulators/${COMPAT_PKG}/emulator.mk" -- cgit v1.2.3