aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.subdir.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-25 12:34:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-25 12:34:12 +0000
commit8804c05a8305787e7e0fa29e8df6be3610fe6545 (patch)
treea4c0a30131a4ad127d32d8140b2b850d2050b961 /Mk/bsd.port.subdir.mk
parentb472c2e71311400ec1382e0de6117f79c4a6bf51 (diff)
downloadports-8804c05a8305787e7e0fa29e8df6be3610fe6545.tar.gz
ports-8804c05a8305787e7e0fa29e8df6be3610fe6545.zip
Notes
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r--Mk/bsd.port.subdir.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index 1dfe5b20d8f7..c83d5c3f2ba9 100644
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -98,7 +98,10 @@ OPSYS!= ${UNAME} -s
.if ${ARCH} == "amd64" || ${ARCH} =="ia64"
.if !defined(HAVE_COMPAT_IA32_KERN)
-HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then echo YES; fi
+HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then echo YES; fi; echo
+.if empty(HAVE_COMPAT_IA32_KERN)
+.undef HAVE_COMPAT_IA32_KERN
+.endif
.endif
.endif