cd01c79119
sequence and allow root to get everybody's one. Before this change user can't get his own sequence, root required.
16 lines
201 B
Makefile
16 lines
201 B
Makefile
# $FreeBSD$
|
|
#
|
|
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
|
|
|
|
PROG= opieinfo
|
|
|
|
CFLAGS+=-I${OPIE_DIST}
|
|
|
|
DPADD= ${LIBOPIE} ${LIBMD}
|
|
LDADD= -lopie -lmd
|
|
BINMODE=4555
|
|
|
|
.PATH: ${OPIE_DIST}
|
|
|
|
.include <bsd.prog.mk>
|