diff options
author | tv <tv@pkgsrc.org> | 2005-10-27 22:39:58 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-27 22:39:58 +0000 |
commit | 4a83a46bce3045173f132a15c10ca65b43973ff3 (patch) | |
tree | cbe10cd9a4686e4c9ff9992d6272d8459d9a831a /mk/platform/DragonFly.mk | |
parent | 6cb5cb7e3dfc91887294f4a42c767ed144a32ce2 (diff) | |
download | pkgsrc-4a83a46bce3045173f132a15c10ca65b43973ff3.tar.gz |
a.out has never existed on DragonFly; that OS was created long after its
parent (FreeBSD) went ELF-only.
Diffstat (limited to 'mk/platform/DragonFly.mk')
-rw-r--r-- | mk/platform/DragonFly.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk index dad37333509..9a012c1239b 100644 --- a/mk/platform/DragonFly.mk +++ b/mk/platform/DragonFly.mk @@ -1,4 +1,4 @@ -# $NetBSD: DragonFly.mk,v 1.19 2005/09/21 20:37:01 tv Exp $ +# $NetBSD: DragonFly.mk,v 1.20 2005/10/27 22:39:58 tv Exp $ # # Variable definitions for the DragonFly operating system. @@ -54,7 +54,7 @@ _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= yes # 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?= -V simple -z # switch to patch(1) for backup suffix _PREFORMATTED_MAN_DIR= cat # directory where catman pages are |