about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19ccc0d..9e581fa 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ install: ${BINS} ${MANS} ${RCS}
 	install ${BINS} ${PREFIX}/bin
 	install -m 644 ${MANS} ${MANDIR}/man1
 	install ${RCS} ${ETCDIR}/rc.d
-	install -d -m 700 ${DIRS}
+	install -d ${DIRS}
 
 uninstall:
 	rm -f ${BINS:%=${PREFIX}/bin/%}