summaryrefslogtreecommitdiffstats
path: root/pw/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-07-05 15:25:05 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-07-05 15:25:05 +0000
commitd3b365d80ac966d7ad94c410b53a478e566d347b (patch)
tree2404538ccf6793ccd2baf41bdb9f4cfb7aac931f /pw/Makefile
parentf261aeb7dec1e5cf4f3c84ce856bf93cbefb0352 (diff)
downloadpw-darwin-d3b365d80ac966d7ad94c410b53a478e566d347b.tar.gz
pw-darwin-d3b365d80ac966d7ad94c410b53a478e566d347b.tar.zst
pw-darwin-d3b365d80ac966d7ad94c410b53a478e566d347b.zip
Don't override the default BINMODE.
Submitted by: bde
Diffstat (limited to 'pw/Makefile')
-rw-r--r--pw/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/pw/Makefile b/pw/Makefile
index 9356963..009613c 100644
--- a/pw/Makefile
+++ b/pw/Makefile
@@ -12,6 +12,4 @@ CFLAGS+= -W -Wall
LDADD= -lcrypt -lutil
DPADD= ${LIBCRYPT} ${LIBUTIL}
-BINMODE=0555
-
.include <bsd.prog.mk>