diff options
Diffstat (limited to 'src/regress/lib/libc/getcap/Makefile')
-rw-r--r-- | src/regress/lib/libc/getcap/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/regress/lib/libc/getcap/Makefile b/src/regress/lib/libc/getcap/Makefile new file mode 100644 index 0000000000..d09c9846cc --- /dev/null +++ b/src/regress/lib/libc/getcap/Makefile | |||
@@ -0,0 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2006/03/10 05:28:57 ray Exp $ | ||
2 | |||
3 | PROG= getcaptest | ||
4 | |||
5 | REGRESS_TARGETS=shortcap | ||
6 | |||
7 | shortcap: | ||
8 | ./getcaptest ${.CURDIR}/shortcap.in | ||
9 | |||
10 | .include <bsd.regress.mk> | ||