summaryrefslogtreecommitdiff
path: root/regress/lib/libc/getcap/Makefile
blob: 7b7ae394ff8f004a1a53dd6300c963d894ef3553 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.2 2009/06/09 18:16:40 phessler Exp $

PROG=		getcaptest

REGRESS_TARGETS=shortcap

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

.include <bsd.regress.mk>