summaryrefslogtreecommitdiffstats
path: root/tools/test/ppsapi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/ppsapi/Makefile')
-rw-r--r--tools/test/ppsapi/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/test/ppsapi/Makefile b/tools/test/ppsapi/Makefile
new file mode 100644
index 0000000..e9670fe
--- /dev/null
+++ b/tools/test/ppsapi/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PROG= ppsapitest
+NOMAN= yeah
+
+WARNS?= 5
+
+.include <bsd.prog.mk>
+
+test: ${PROG}
+ ./${PROG} /dev/cuaa0
OpenPOWER on IntegriCloud