mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
10 lines
126 B
Makefile
10 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= pam_opieaccess
|
|
SRCS= ${LIB}.c
|
|
MAN= pam_opieaccess.8
|
|
|
|
DPADD= ${LIBOPIE}
|
|
LDADD= -lopie
|
|
|
|
.include <bsd.lib.mk>
|