diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-02 14:06:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-02 14:06:22 +0000 |
commit | f1e659c224ef9d91d748e08becbfd3e46a2dc318 (patch) | |
tree | a76e1c89cd71a76081e037c89e67b89d5e3cfe63 /mk/platform | |
parent | 94be767784581d6b1662e376812fb5abb62ecd11 (diff) | |
download | pkgsrc-f1e659c224ef9d91d748e08becbfd3e46a2dc318.tar.gz |
DragonFly is ELF-only. Fix indentation.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/DragonFly.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk index 3b85e4f74ea..8ba3c17f110 100644 --- a/mk/platform/DragonFly.mk +++ b/mk/platform/DragonFly.mk @@ -1,4 +1,4 @@ -# $NetBSD: DragonFly.mk,v 1.30 2007/07/02 14:03:38 joerg Exp $ +# $NetBSD: DragonFly.mk,v 1.31 2007/07/02 14:06:22 joerg Exp $ # # Variable definitions for the DragonFly operating system. @@ -14,17 +14,13 @@ TYPE?= type # Shell builtin CPP_PRECOMP_FLAGS?= # unset DEF_UMASK?= 0022 -.if ${OBJECT_FMT} == "ELF" EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table -.else -EXPORT_SYMBOLS_LDFLAGS?=-Wl,--export-dynamic -.endif MOTIF_TYPE_DEFAULT?= openmotif # default 2.0 compatible libs type NOLOGIN?= /sbin/nologin PKG_TOOLS_BIN?= ${LOCALBASE}/sbin ROOT_CMD?= ${SU} - root -c ROOT_USER?= root -ROOT_GROUP?= wheel +ROOT_GROUP?= wheel ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d` ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s` ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m` |