diff options
-rw-r--r-- | etc/Makefile | 4 |
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 |