diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 13:56:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 13:56:55 +0000 |
commit | 56e7dea3979cb8cfda41f4e52efd453e64e55299 (patch) | |
tree | 643244edc3ee4acf15751a1630030ba0b6e20908 /sysutils | |
parent | Fix build with bmake as make (diff) |
Fix build with bmake as make
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/userspace-rcu/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/userspace-rcu/Makefile b/sysutils/userspace-rcu/Makefile index 79ce9621def4..74728409a6ed 100644 --- a/sysutils/userspace-rcu/Makefile +++ b/sysutils/userspace-rcu/Makefile @@ -18,4 +18,8 @@ GNU_CONFIGURE= yes USES= pathfix USE_LDCONFIG= yes +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + .include <bsd.port.mk> |