NetBSD/usr.bin/vgrind/RETEST/Makefile

13 lines
234 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1999/02/13 02:54:57 lukem 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}/..
MKMAN= no
1994-11-17 11:09:45 +03:00
# do not install test programs
proginstall::
1994-11-17 11:09:45 +03:00
.include <bsd.prog.mk>