summaryrefslogtreecommitdiffstats
path: root/sbin/gbde/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-10-17 19:52:07 +0000
committerphk <phk@FreeBSD.org>2003-10-17 19:52:07 +0000
commitce5d62e853d45b03a2b4b63389a3323647677951 (patch)
tree7c50fed982ac48cc706678e19d3e6c596b08b765 /sbin/gbde/Makefile
parent31759c05252abfcf6f62fa446d979c6c1d38485b (diff)
downloadFreeBSD-src-ce5d62e853d45b03a2b4b63389a3323647677951.zip
FreeBSD-src-ce5d62e853d45b03a2b4b63389a3323647677951.tar.gz
Make the regression test run also with obj directories.
Diffstat (limited to 'sbin/gbde/Makefile')
-rw-r--r--sbin/gbde/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/gbde/Makefile b/sbin/gbde/Makefile
index a8ca939..8705802 100644
--- a/sbin/gbde/Makefile
+++ b/sbin/gbde/Makefile
@@ -31,6 +31,6 @@ template.c: template.txt
< ${.CURDIR}/template.txt > template.c
test: ${PROG}
- sh ${.CURDIR}/test.sh
+ sh ${.CURDIR}/test.sh ${.CURDIR}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud