summaryrefslogtreecommitdiff
path: root/regress/sys/kern/select/Makefile
blob: d18b7ec92397a641b8755fc7e092d83295a48fd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.1 2008/03/21 12:27:12 yamt Exp $

NOMAN=		# defined

PROG=		select
WARNS?=		4

LDADD=		-lpthread

regress:
	@if ${.OBJDIR}/select 5; then \
		echo "PASSED"; \
	else \
		echo "FAILED"; \
	fi

.include <bsd.prog.mk>