Revision d902a899f496e18925d2664ccd9cef7d671945d2 authored by Ken Smith on 23 January 2010, 15:28:18 UTC, committed by Ken Smith on 23 January 2010, 15:28:18 UTC
1 parent 09e9aef
Raw File
Makefile
# $FreeBSD$
#
OPIE_DIST?=	${.CURDIR}/../../contrib/opie

PROG=	opiepasswd

CFLAGS+=-I${.CURDIR}/../../lib/libopie
CFLAGS+=-I${OPIE_DIST}
CFLAGS+=-DINSECURE_OVERRIDE

DPADD=	${LIBOPIE} ${LIBMD}
LDADD=	-lopie -lmd

BINOWN=	root
BINMODE=4555
PRECIOUSPROG=

.PATH:	${OPIE_DIST}

.include <bsd.prog.mk>
back to top