diff options
Diffstat (limited to 'usr.bin/opieinfo')
-rw-r--r-- | usr.bin/opieinfo/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile index e0789b8..2ee633d 100644 --- a/usr.bin/opieinfo/Makefile +++ b/usr.bin/opieinfo/Makefile @@ -5,10 +5,7 @@ OPIE_DIST?= ${.CURDIR}/../../contrib/opie 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 |