summaryrefslogtreecommitdiff
path: root/tools/test/gpioevents/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/gpioevents/Makefile')
-rw-r--r--tools/test/gpioevents/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/test/gpioevents/Makefile b/tools/test/gpioevents/Makefile
new file mode 100644
index 0000000000000..89edfefa87ead
--- /dev/null
+++ b/tools/test/gpioevents/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+PROG= gpioevents
+SRCS= gpioevents.c
+
+LIBADD= gpio
+
+MK_MAN= no
+
+BINDIR= /usr/bin
+
+.include <bsd.prog.mk>