mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Invert the logic of the NO_MAKEDEV options to match the 5.0-R default install.
This commit is contained in:
parent
26c0d98697
commit
4d1ad8751d
1 changed files with 2 additions and 2 deletions
|
|
@ -95,10 +95,10 @@ distribution:
|
|||
cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
|
||||
${SSL} ${DESTDIR}/etc/ssl
|
||||
.endif
|
||||
.if !defined(NO_MAKEDEV_INSTALL)
|
||||
.if defined(MAKEDEV_INSTALL)
|
||||
cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 555 \
|
||||
MAKEDEV.local MAKEDEV ${DESTDIR}/dev
|
||||
.if !defined(NO_MAKEDEV_RUN)
|
||||
.if defined(MAKEDEV_RUN)
|
||||
cd ${DESTDIR}/dev; sh MAKEDEV all
|
||||
.endif
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue