dcab0210a0
include <bsd.own.mk> if testing a MKxxx variable.
13 lines
234 B
Makefile
13 lines
234 B
Makefile
# $NetBSD: Makefile,v 1.6 1999/02/13 02:54:57 lukem Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= retest
|
|
SRCS= regexp.c retest.c
|
|
.PATH: ${.CURDIR}/..
|
|
MKMAN= no
|
|
|
|
# do not install test programs
|
|
proginstall::
|
|
|
|
.include <bsd.prog.mk>
|