summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/getcap/Makefile
blob: d09c9846ccdeb80701c4e91833f6e60195471cab (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.1 2006/03/10 05:28:57 ray Exp $

PROG=		getcaptest

REGRESS_TARGETS=shortcap

shortcap:
	./getcaptest ${.CURDIR}/shortcap.in

.include <bsd.regress.mk>