${.CURDIR}/sleeptest -> ./sleeptest for MKOBJDIR=yes case.

This commit is contained in:
tsutsui 2006-09-09 12:20:07 +00:00
parent eb92c9c9aa
commit 33a8df7bae
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.1 2006/07/16 19:19:39 kardel Exp $
# $NetBSD: Makefile,v 1.2 2006/09/09 12:20:07 tsutsui Exp $
NOMAN= # defined
PROG= sleeptest
regress: ${PROG}
${.CURDIR}/sleeptest
./sleeptest
.include <bsd.prog.mk>