summaryrefslogtreecommitdiff
path: root/regress/usr.bin/file
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2017-07-06 21:33:46 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2017-07-06 21:33:46 +0000
commit7c014623fcfcddbe78bad6de80e8b1eab7eeda1a (patch)
tree589e20e9875f32eb9ebf313efba598a842f27dc3 /regress/usr.bin/file
parent33629eb0bb6dea797dde90aabeb4ae06208f6761 (diff)
Delete variable REGRESS_TARGET, missing plural S is a typo and it
is not used. Convert tests into a common style. OK anton@
Diffstat (limited to 'regress/usr.bin/file')
-rw-r--r--regress/usr.bin/file/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/regress/usr.bin/file/Makefile b/regress/usr.bin/file/Makefile
index e0fff44ab52..1fb40fcba84 100644
--- a/regress/usr.bin/file/Makefile
+++ b/regress/usr.bin/file/Makefile
@@ -1,16 +1,16 @@
-# $OpenBSD: Makefile,v 1.9 2017/07/04 23:12:01 bluhm Exp $
+# $OpenBSD: Makefile,v 1.10 2017/07/06 21:33:45 bluhm Exp $
-FILE=file
+FILE?= file
-REGRESS_TARGETS=t0 t1 t2 t3 t4 t5 t6 t7 \
- t8 t9 t10 t11 t15 t17 t18 t19 \
- t20 t21 t22 t30 t31 t32 t33 stdin
+REGRESS_TARGETS= t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 \
+ t10 t11 t15 t17 t18 t19 \
+ t20 t21 t22 \
+ t30 t31 t32 t33 \
+ stdin
# .in: input file
# .out: desired result
-all: ${REGRESS_TARGET}
-
.SUFFIXES: .in
.in: