NetBSD/usr.bin/vgrind/RETEST/Makefile

14 lines
242 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2002/09/18 14:00:43 lukem Exp $
1994-11-17 11:09:45 +03:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
NOMAN= # defined
1994-11-17 11:09:45 +03:00
PROG= retest
SRCS= regexp.c retest.c
.PATH: ${.CURDIR}/..
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>