Build opiepasswd from contrib_opie module.
This commit is contained in:
parent
247fd82927
commit
f076997839
16
usr.bin/opiepasswd/Makefile
Normal file
16
usr.bin/opiepasswd/Makefile
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
OPIE_DIST?=../../contrib/opie
|
||||||
|
|
||||||
|
PROG= opiepasswd
|
||||||
|
SRCS= opiepasswd.c
|
||||||
|
MAN1= opiepasswd.1
|
||||||
|
|
||||||
|
CFLAGS+=-I${OPIE_DIST}
|
||||||
|
|
||||||
|
DPADD= ${LIBOPIE} ${LIBMD}
|
||||||
|
LDADD= -lopie -lmd
|
||||||
|
|
||||||
|
.PATH: ${OPIE_DIST}
|
||||||
|
|
||||||
|
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user