aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-rw-r--r--comms/mwavem/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile
index d04cf9088980..16867d816abb 100644
--- a/comms/mwavem/Makefile
+++ b/comms/mwavem/Makefile
@@ -36,9 +36,11 @@ pre-install:
${MKDIR} ${DATADIR}
post-install:
+.if !defined(PACKAGE_BUILDING)
@${RM} -f /dev/mwave
@${ECHO} "Creating /dev/mwave"
mknod /dev/mwave c 96 0
+.endif
@${ECHO} "Installing ${PREFIX}/etc/rc.d/${STARTUP} startup file."
@${INSTALL_SCRIPT} ${FILESDIR}/${STARTUP} ${PREFIX}/etc/rc.d/
@${ECHO} "******************************************************************************"; \