mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105702
@ -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 New Issue
Block a user