summaryrefslogtreecommitdiff
path: root/unit-tests/modts.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/modts.mk')
-rw-r--r--unit-tests/modts.mk19
1 files changed, 10 insertions, 9 deletions
diff --git a/unit-tests/modts.mk b/unit-tests/modts.mk
index 3219538d5e4a..67ba7eb97078 100644
--- a/unit-tests/modts.mk
+++ b/unit-tests/modts.mk
@@ -1,23 +1,24 @@
+# $NetBSD: modts.mk,v 1.7 2020/10/24 08:50:17 rillig Exp $
-LIST= one two three
-LIST+= four five six
+LIST= one two three
+LIST+= four five six
-FU_mod-ts = a / b / cool
+FU_mod-ts= a / b / cool
-AAA= a a a
-B.aaa= Baaa
+AAA= a a a
+B.aaa= Baaa
all: mod-ts mod-ts-space
# Use print or printf iff they are builtin.
-# XXX note that this causes problems, when make decides
+# XXX note that this causes problems, when make decides
# there is no need to use a shell, so avoid where possible.
.if ${(type print) 2> /dev/null || echo:L:sh:Mbuiltin} != ""
-PRINT= print -r --
+PRINT= print -r --
.elif ${(type printf) 2> /dev/null || echo:L:sh:Mbuiltin} != ""
-PRINT= printf '%s\n'
+PRINT= printf '%s\n'
.else
-PRINT= echo
+PRINT= echo
.endif
mod-ts: