diff options
author | tv <tv@pkgsrc.org> | 2005-10-27 22:39:08 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-27 22:39:08 +0000 |
commit | c8eaac00f2f27bb3cdd8f28314bb2a1b4dfd063e (patch) | |
tree | a8bdcdb79060041a1ce835fe81e84ee50ee13f36 /mk/platform | |
parent | 57e705248d0fb4d4977845c2d9152178f6a85e7a (diff) | |
download | pkgsrc-c8eaac00f2f27bb3cdd8f28314bb2a1b4dfd063e.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 |