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