summaryrefslogtreecommitdiff
path: root/net/if_gif/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/if_gif/Makefile')
-rw-r--r--net/if_gif/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/if_gif/Makefile b/net/if_gif/Makefile
new file mode 100644
index 000000000000..4ccd0127f4dd
--- /dev/null
+++ b/net/if_gif/Makefile
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1 2015/11/05 00:02:59 knakahara Exp $
+#
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/net/if_gif
+
+TESTS_SH= t_gif
+
+.include <bsd.test.mk>