summaryrefslogtreecommitdiffstats
path: root/sbin/sysinstall
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-01-29 01:25:17 +0000
committerats <ats@FreeBSD.org>1995-01-29 01:25:17 +0000
commit44090836791751bd7f433f739d368cc9962e7c2d (patch)
tree6a2c755180c3ce696406a3ab0742b30664c5be41 /sbin/sysinstall
parent98786bc351577e7ce1f0df95c9204b53c14f780b (diff)
downloadFreeBSD-src-44090836791751bd7f433f739d368cc9962e7c2d.zip
FreeBSD-src-44090836791751bd7f433f739d368cc9962e7c2d.tar.gz
Correct the relative path for the etc directory in the makedev cludge :-).
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 9c8291b..8e540c5 100644
--- a/sbin/sysinstall/Makefile
+++ b/sbin/sysinstall/Makefile
@@ -14,7 +14,7 @@ DPADD = ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO}
makedevs.c: dev2c.sh
mkdir -p dev
- cp ${.CURDIR}/../etc/etc.i386/MAKEDEV dev
+ cp ${.CURDIR}/../../etc/etc.i386/MAKEDEV dev
( cd dev; ./MAKEDEV all )
sh ${.CURDIR}/dev2c.sh dev > makedevs.c
rm -rf dev
OpenPOWER on IntegriCloud