diff options
author | tv <tv> | 2005-10-27 22:39:08 +0000 |
---|---|---|
committer | tv <tv> | 2005-10-27 22:39:08 +0000 |
commit | a1027c653694cf74747aea2ca51880f70b2ef5f7 (patch) | |
tree | a8bdcdb79060041a1ce835fe81e84ee50ee13f36 /mk/platform | |
parent | 5d7dc954853d6169873ff1f546228f804d05200b (diff) | |
download | pkgsrc-a1027c653694cf74747aea2ca51880f70b2ef5f7.tar.gz |
UnixWare has never used a.out. It descends directly from SVR4, and thus
is ELF by definition.
Diffstat (limited to 'mk/platform')
-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 |