aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/opieinfo
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-08-12 18:47:56 +0000
committerMark Murray <markm@FreeBSD.org>2001-08-12 18:47:56 +0000
commit37ee76af5208c8668d80e0c01e39f4c39e8468d3 (patch)
treec3a9d8f372ba26276fb828e169b661c1372c0f30 /usr.bin/opieinfo
parent9ab4f412312f92f6d0c4db702777c9956ce7cfa0 (diff)
downloadsrc-37ee76af5208c8668d80e0c01e39f4c39e8468d3.tar.gz
src-37ee76af5208c8668d80e0c01e39f4c39e8468d3.zip
Remove the WANT_INSECURE_OPIE option - it is now a default. This is not
nearly as ominous as it sounds, and it allows OPIE to be used over SSH and on xterms. Requested by: ache Discussed on: -security
Notes
Notes: svn path=/head/; revision=81557
Diffstat (limited to 'usr.bin/opieinfo')
-rw-r--r--usr.bin/opieinfo/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile
index e0789b80162c..2ee633d6d43d 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