summaryrefslogtreecommitdiff
path: root/regress/sys/kern/getrusage/Makefile
blob: 97cbab8a5e05cc0dc261d6d7b47206fcbf1a6ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.1 2001/12/17 01:22:05 nordin Exp $

PROG=	getrusage
NOMAN=	noman, no way, man

install:

regress:
	./getrusage

.include <bsd.prog.mk>