summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-22 15:01:50 +0000
committerphk <phk@FreeBSD.org>2002-10-22 15:01:50 +0000
commita3930efa79be6cca7f04bfa75c800a03a16b242c (patch)
tree2e56a14058caf69612ab6aa69baf1be4a4b0eebe /etc
parentd8ee04e4a33b35b094aeb2c79f0b88f8f56ca96d (diff)
downloadFreeBSD-src-a3930efa79be6cca7f04bfa75c800a03a16b242c.zip
FreeBSD-src-a3930efa79be6cca7f04bfa75c800a03a16b242c.tar.gz
Invert the logic of the NO_MAKEDEV options to match the 5.0-R default install.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 414c550..0a4ba25 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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
OpenPOWER on IntegriCloud