diff options
author | tv <tv> | 2005-10-27 22:39:58 +0000 |
---|---|---|
committer | tv <tv> | 2005-10-27 22:39:58 +0000 |
commit | 5d8779c421dd6c729d0c5c28eac20d2a0becd571 (patch) | |
tree | cbe10cd9a4686e4c9ff9992d6272d8459d9a831a /mk | |
parent | 61baa9d248402c6a80533dd7854967c4aa175742 (diff) | |
download | pkgsrc-5d8779c421dd6c729d0c5c28eac20d2a0becd571.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')
-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 |