mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
f33aca987b
commit
c0dc344665
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue