diff options
-rw-r--r-- | mk/platform/UnixWare.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/UnixWare.mk b/mk/platform/UnixWare.mk index 637106a18b5..5134b62fc69 100644 --- a/mk/platform/UnixWare.mk +++ b/mk/platform/UnixWare.mk @@ -1,4 +1,4 @@ -# $NetBSD: UnixWare.mk,v 1.16 2005/08/02 03:38:09 reed Exp $ +# $NetBSD: UnixWare.mk,v 1.17 2005/10/27 22:39:08 tv Exp $ # # Variable definitions for the UnixWare 7 operating system. @@ -49,7 +49,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 |