summaryrefslogtreecommitdiff
path: root/mk/platform/DragonFly.mk
diff options
context:
space:
mode:
authorobache <obache>2013-04-28 12:53:56 +0000
committerobache <obache>2013-04-28 12:53:56 +0000
commitc6d8640b45b2b7c042e5d8efe2187e377194e426 (patch)
treeaf8e95660a8a1a639dee6cb8f4bbedd6faff6146 /mk/platform/DragonFly.mk
parent83991388a3a692d3bb6d64a86f69f3d8792b4a5d (diff)
downloadpkgsrc-c6d8640b45b2b7c042e5d8efe2187e377194e426.tar.gz
Introduce _OPSYS_LIB_DIRS and _OPSYS_INCLUDE_DIRS varables.
list of system library and header file directories. Also add missing _OPSYS_SYSTEM_RPATH for some platforms.
Diffstat (limited to 'mk/platform/DragonFly.mk')
-rw-r--r--mk/platform/DragonFly.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk
index eb835b0e754..e7e0531e706 100644
--- a/mk/platform/DragonFly.mk
+++ b/mk/platform/DragonFly.mk
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.43 2012/11/19 11:34:15 ryoon Exp $
+# $NetBSD: DragonFly.mk,v 1.44 2013/04/28 12:53:56 obache Exp $
#
# Variable definitions for the DragonFly operating system.
@@ -27,6 +27,8 @@ ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m`
_OPSYS_EMULDIR.linux= /compat/linux
_OPSYS_SYSTEM_RPATH?= /usr/lib:/usr/lib/gcc41:/usr/lib/gcc34
+_OPSYS_LIB_DIRS?= /usr/lib
+_OPSYS_INCLUDE_DIRS?= /usr/include
.if exists(/usr/include/netinet6)
_OPSYS_HAS_INET6= yes # IPv6 is standard