summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/cond2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/unit-tests/cond2.mk')
-rw-r--r--devel/bmake/files/unit-tests/cond2.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/bmake/files/unit-tests/cond2.mk b/devel/bmake/files/unit-tests/cond2.mk
index e396fc308e7..1d6125af4a0 100644
--- a/devel/bmake/files/unit-tests/cond2.mk
+++ b/devel/bmake/files/unit-tests/cond2.mk
@@ -1,4 +1,4 @@
-# $Id: cond2.mk,v 1.1.1.1 2015/05/19 21:36:45 joerg Exp $
+# $Id: cond2.mk,v 1.1.1.2 2020/05/24 05:35:53 nia Exp $
TEST_UNAME_S= NetBSD
@@ -21,5 +21,9 @@ Y!= echo TEST_NOT_SET is empty or not defined >&2; echo
Y= oops
.endif
+.if defined(.NDEF) && ${.NDEF} > 0
+Z= yes
+.endif
+
all:
@echo $@