NetBSD/regress/lib/libc/hsearch/Makefile

11 lines
174 B
Makefile

# $NetBSD: Makefile,v 1.1 2001/02/14 05:20:10 cgd Exp $
PROG= hsearchtest
SRCS= hsearchtest.c
NOMAN= noman, no way, man
regress: ${PROG}
./${PROG}
.include <bsd.prog.mk>