From 20cb1cff564e4498287765e9db9b8a0152678225 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 15 Nov 2004 14:48:18 +0000 Subject: Set some _OPSYS_SHLIB_TYPE to precisely 'ELF' on platforms where a.out is not being used by pkgsrc at all. This saves some build time in show-shlib-type. --- mk/platform/SunOS.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/platform/SunOS.mk') diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk index ae7cc121c8e..6388009fb9d 100644 --- a/mk/platform/SunOS.mk +++ b/mk/platform/SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: SunOS.mk,v 1.4 2004/10/13 15:31:31 tv Exp $ +# $NetBSD: SunOS.mk,v 1.5 2004/11/15 14:48:18 tv Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -128,7 +128,7 @@ _OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages _OPSYS_HAS_OSSAUDIO= no # libossaudio is available _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads -_OPSYS_SHLIB_TYPE= ELF/a.out # shared lib type +_OPSYS_SHLIB_TYPE= ELF # shared lib type _PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG?= -b -V simple -z # switch to patch(1) for backup suffix _PREFORMATTED_MAN_DIR= man # directory where catman pages are -- cgit v1.2.3