diff options
Diffstat (limited to 'src/regress/lib/libc/ifnameindex/Makefile')
-rw-r--r-- | src/regress/lib/libc/ifnameindex/Makefile | 12 |
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 | |||
3 | PROG= ifnitest | ||
4 | SRCS= ifnitest.c | ||
5 | NOMAN= # defined | ||
6 | |||
7 | REGRESS_TARGETS=do-test | ||
8 | |||
9 | do-test: ${PROG} | ||
10 | ./${PROG} | ||
11 | |||
12 | .include <bsd.regress.mk> | ||