NetBSD/usr.bin/vgrind/RETEST/Makefile

13 lines
235 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1997/05/13 23:48:31 gwr Exp $
1994-11-17 11:09:45 +03:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= retest
SRCS= regexp.c retest.c
.PATH: ${.CURDIR}/..
1994-11-17 11:09:45 +03:00
NOMAN= noman
# do not install test programs
proginstall::
1994-11-17 11:09:45 +03:00
.include <bsd.prog.mk>