diff options
Diffstat (limited to 'src/regress/lib/libc/ifnameindex/Makefile')
-rw-r--r-- | src/regress/lib/libc/ifnameindex/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/regress/lib/libc/ifnameindex/Makefile b/src/regress/lib/libc/ifnameindex/Makefile deleted file mode 100644 index 1f21973a10..0000000000 --- a/src/regress/lib/libc/ifnameindex/Makefile +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
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> | ||