freebsd-dev/usr.bin/opieinfo/Makefile
Mark Murray 37ee76af52 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
2001-08-12 18:47:56 +00:00

19 lines
250 B
Makefile

# $FreeBSD$
#
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
PROG= opieinfo
CFLAGS+=-I${OPIE_DIST}
CFLAGS+=-DINSECURE_OVERRIDE
DPADD= ${LIBOPIE} ${LIBMD}
LDADD= -lopie -lmd
BINMODE=4555
INSTALLFLAGS=-fschg
.PATH: ${OPIE_DIST}
.include <bsd.prog.mk>