13 lines
235 B
Makefile
13 lines
235 B
Makefile
# $NetBSD: Makefile,v 1.5 1997/05/13 23:48:31 gwr Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= retest
|
|
SRCS= regexp.c retest.c
|
|
.PATH: ${.CURDIR}/..
|
|
NOMAN= noman
|
|
|
|
# do not install test programs
|
|
proginstall::
|
|
|
|
.include <bsd.prog.mk>
|