Fix example, we do not need NO_MAKEDEV_RUN any more.

XXX: this example should be updated with a good example of devfs(8) rules.
This commit is contained in:
Poul-Henning Kamp 2002-10-22 15:03:51 +00:00
parent f33aca987b
commit c0dc344665
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105704

View File

@ -62,7 +62,7 @@ cd /usr/src
mkdir -p $D
make world DESTDIR=$D
cd etc
make distribution DESTDIR=$D -DNO_MAKEDEV_RUN
make distribution DESTDIR=$D
cd $D/dev
sh MAKEDEV jail
cd $D