Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 1997/05/07 15:59:12 mycroft Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	retest
5SRCS=	regexp.c retest.c
6.PATH.c: ${.CURDIR}/..
7NOMAN=	noman
8
9# do not install test programs
10proginstall::
11
12.include <bsd.prog.mk>
13