freebsd-dev/usr.bin/opiekey/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

22 lines
417 B
Makefile

# $FreeBSD$
#
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
PROG= opiekey
CFLAGS+= -I${OPIE_DIST}
CFLAGS+=-DINSECURE_OVERRIDE
DPADD= ${LIBOPIE} ${LIBMD}
LDADD= -lopie -lmd
LINKS= ${BINDIR}/opiekey ${BINDIR}/otp-md4
LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-md5
LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha
MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha.1
.PATH: ${OPIE_DIST}
.include <bsd.prog.mk>