From 8d004b8b0dcbc90d1b4791b3d26e1f6209f47093 Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 12 Aug 2001 18:47:56 +0000 Subject: 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 --- usr.bin/opiepasswd/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'usr.bin/opiepasswd') diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile index e7e4942..00021f6 100644 --- a/usr.bin/opiepasswd/Makefile +++ b/usr.bin/opiepasswd/Makefile @@ -5,10 +5,7 @@ OPIE_DIST?= ${.CURDIR}/../../contrib/opie 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 -- cgit v1.1