summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/cond2.mk
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-05-24 05:35:51 +0000
committernia <nia@pkgsrc.org>2020-05-24 05:35:51 +0000
commit8c218dc01b376e7a560d2b7fcbacca532b75fe4b (patch)
tree934e95ccea73f17c420a7617a820bc6a2596e583 /devel/bmake/files/unit-tests/cond2.mk
parent41f4d684ea949e703f7e4cdb02fffeb278231228 (diff)
downloadpkgsrc-8c218dc01b376e7a560d2b7fcbacca532b75fe4b.tar.gz
Import bmake-BMAKE
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 $@