NetBSD-5.0.2/regress/lib/libc/hsearch/Makefile

#	$NetBSD: Makefile,v 1.3 2002/09/18 05:41:38 lukem Exp $

NOMAN=		# defined

PROG=		hsearchtest

regress: ${PROG}
	./${PROG}

.include <bsd.prog.mk>