dee651eb15
to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver
21 lines
296 B
Makefile
21 lines
296 B
Makefile
# $FreeBSD$
|
|
#
|
|
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
|
|
|
|
PROG= opieinfo
|
|
|
|
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>
|