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
commitfb83544b743f039f2358452e7bd9d9fbaa35ad97 (patch)
tree43f761a23d59bef735c3b7a01f8f37bfc625fc29 /pw/Makefile
parentb8c6c4c573523f5c6e59bb9bae4a961777c84fff (diff)
downloadpw-darwin-fb83544b743f039f2358452e7bd9d9fbaa35ad97.tar.gz
pw-darwin-fb83544b743f039f2358452e7bd9d9fbaa35ad97.tar.zst
pw-darwin-fb83544b743f039f2358452e7bd9d9fbaa35ad97.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>