diff options
Diffstat (limited to 'mk/defs.Interix.mk')
-rw-r--r-- | mk/defs.Interix.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.Interix.mk b/mk/defs.Interix.mk index 1f69fc483b3..cc0fd13430d 100644 --- a/mk/defs.Interix.mk +++ b/mk/defs.Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Interix.mk,v 1.5 2004/03/11 21:18:32 tv Exp $ +# $NetBSD: defs.Interix.mk,v 1.6 2004/03/11 22:57:22 agc Exp $ # # Variable definitions for the Interix operating system. @@ -123,6 +123,7 @@ _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_RPATH_NAME= -R # name of symbol in rpath directive to linker +_OPSYS_SHLIB_TYPE= ELF # shared lib type - not exactly true, but near enough _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= cat # directory where catman pages are |