summaryrefslogtreecommitdiff
path: root/usr.bin/vgrind/RETEST/Makefile
blob: d4c4e919fe2488183a0a447a000973ba7cf87e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.7 2001/12/12 01:48:48 tv Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	retest
SRCS=	regexp.c retest.c
.PATH:	${.CURDIR}/..
NOMAN=	# defined

# do not install test programs
proginstall::

.include <bsd.prog.mk>