summaryrefslogtreecommitdiffstats
path: root/usr.bin/opiepasswd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/opiepasswd')
-rw-r--r--usr.bin/opiepasswd/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile
index c0bfca2..e7e4942 100644
--- a/usr.bin/opiepasswd/Makefile
+++ b/usr.bin/opiepasswd/Makefile
@@ -6,9 +6,16 @@ PROG= opiepasswd
CFLAGS+=-I${OPIE_DIST}
+.if defined(WANT_INSECURE_OPIE) && ${WANT_INSECURE_OPIE} == true
+CFLAGS+=-DINSECURE_OVERRIDE
+.endif
+
DPADD= ${LIBOPIE} ${LIBMD}
LDADD= -lopie -lmd
+BINMODE=4555
+INSTALLFLAGS=-fschg
+
.PATH: ${OPIE_DIST}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud