summaryrefslogtreecommitdiffstats
path: root/sbin/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-14 02:20:42 +0000
committerjkh <jkh@FreeBSD.org>1995-01-14 02:20:42 +0000
commit7e84fde7fbdf6e73cc09df537c1201902a3346ee (patch)
tree3688d333d077883512f733625790485f9b7e7b7d /sbin/sysinstall
parent72596fd15c512c2b33ca3b3751a4c1a1079ac41e (diff)
downloadFreeBSD-src-7e84fde7fbdf6e73cc09df537c1201902a3346ee.zip
FreeBSD-src-7e84fde7fbdf6e73cc09df537c1201902a3346ee.tar.gz
Patch from Remy Card for bogus path in Makefile.
Diffstat (limited to 'sbin/sysinstall')
-rw-r--r--sbin/sysinstall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/sysinstall/Makefile b/sbin/sysinstall/Makefile
index f42dfda..b286170 100644
--- a/sbin/sysinstall/Makefile
+++ b/sbin/sysinstall/Makefile
@@ -2,7 +2,7 @@ PROG = sysinstall
MANEXT = 1
NOMAN= yet
-.PATH: /usr/src/sbin/disklabel
+.PATH: ${.CURDIR}/../disklabel
SRCS = exec.c dkcksum.c label.c main.c mbr.c \
stage0.c stage1.c stage2.c stage3.c stage4.c stage5.c \
OpenPOWER on IntegriCloud