summaryrefslogtreecommitdiff
path: root/utils/runstdtest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/runstdtest/Makefile')
-rw-r--r--utils/runstdtest/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/runstdtest/Makefile b/utils/runstdtest/Makefile
new file mode 100644
index 0000000000..0bd2babfc2
--- /dev/null
+++ b/utils/runstdtest/Makefile
@@ -0,0 +1,12 @@
+TOP=../..
+include $(TOP)/mk/boilerplate.mk
+
+SCRIPT_PROG=runstdtest
+SCRIPT_OBJS=runstdtest.prl
+SCRIPT_SUBST_VARS=RM DEFAULT_TMPDIR CONTEXT_DIFF
+INTERP=perl
+
+CLEAN_FILES += $(SCRIPT_PROG)
+DESTDIR=$(INSTSCRIPTDIR)
+
+include $(TOP)/mk/target.mk