summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/ifnameindex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/ifnameindex/Makefile')
-rw-r--r--src/regress/lib/libc/ifnameindex/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/regress/lib/libc/ifnameindex/Makefile b/src/regress/lib/libc/ifnameindex/Makefile
new file mode 100644
index 0000000000..1f21973a10
--- /dev/null
+++ b/src/regress/lib/libc/ifnameindex/Makefile
@@ -0,0 +1,12 @@
1# $OpenBSD: Makefile,v 1.1 2015/10/22 15:47:00 claudio Exp $
2
3PROG= ifnitest
4SRCS= ifnitest.c
5NOMAN= # defined
6
7REGRESS_TARGETS=do-test
8
9do-test: ${PROG}
10 ./${PROG}
11
12.include <bsd.regress.mk>