mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Build opiepasswd from contrib_opie module.
This commit is contained in:
parent
247fd82927
commit
f076997839
1 changed files with 16 additions and 0 deletions
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 a new issue