summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/newfs/Makefile')
-rw-r--r--sbin/newfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile
index 83801fd..9e3ea13 100644
--- a/sbin/newfs/Makefile
+++ b/sbin/newfs/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.2 (Berkeley) 3/27/94
# $FreeBSD$
-.PATH: ${.CURDIR}/../../sys/geom
+.PATH: ${SRCTOP}/sys/geom
PROG= newfs
LIBADD= ufs util
@@ -13,7 +13,7 @@ MAN= newfs.8
.include <bsd.prog.mk>
test: ${PROG}
- sh ${.CURDIR}/runtest01.sh
+ sh ${.CURDIR}/runtest01.sh
sh ${.CURDIR}/runtest00.sh | tee _.test
diff --ignore-matching-lines=FreeBSD _.test ${.CURDIR}/ref.test
echo All Tests Passed
OpenPOWER on IntegriCloud