37ee76af52
nearly as ominous as it sounds, and it allows OPIE to be used over SSH and on xterms. Requested by: ache Discussed on: -security
19 lines
252 B
Makefile
19 lines
252 B
Makefile
# $FreeBSD$
|
|
#
|
|
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
|
|
|
|
PROG= opiepasswd
|
|
|
|
CFLAGS+=-I${OPIE_DIST}
|
|
CFLAGS+=-DINSECURE_OVERRIDE
|
|
|
|
DPADD= ${LIBOPIE} ${LIBMD}
|
|
LDADD= -lopie -lmd
|
|
|
|
BINMODE=4555
|
|
INSTALLFLAGS=-fschg
|
|
|
|
.PATH: ${OPIE_DIST}
|
|
|
|
.include <bsd.prog.mk>
|