summaryrefslogtreecommitdiffstats
path: root/usr.bin/opieinfo
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/opieinfo')
-rw-r--r--usr.bin/opieinfo/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile
index 1826595..e0789b8 100644
--- a/usr.bin/opieinfo/Makefile
+++ b/usr.bin/opieinfo/Makefile
@@ -6,9 +6,15 @@ PROG= opieinfo
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}
OpenPOWER on IntegriCloud