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