summaryrefslogtreecommitdiff
path: root/mk/platform/DragonFly.mk
diff options
context:
space:
mode:
authortv <tv>2005-10-27 22:39:58 +0000
committertv <tv>2005-10-27 22:39:58 +0000
commit6a039a0554b4b766b447b489af25f154f6d3197c (patch)
treecbe10cd9a4686e4c9ff9992d6272d8459d9a831a /mk/platform/DragonFly.mk
parenta1027c653694cf74747aea2ca51880f70b2ef5f7 (diff)
downloadpkgsrc-6a039a0554b4b766b447b489af25f154f6d3197c.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.mk4
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