mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
13 lines
215 B
Makefile
13 lines
215 B
Makefile
# $FreeBSD$
|
|
|
|
PAMDIR= ${SRCTOP}/contrib/openpam
|
|
|
|
MK_INSTALLLIB= no
|
|
MK_PROFILE= no
|
|
|
|
CFLAGS+= -I${PAMDIR}/include -I${SRCTOP}/lib/libpam
|
|
|
|
SHLIB_NAME?= ${LIB}.so.${SHLIB_MAJOR}
|
|
LIBADD+= pam
|
|
|
|
.include "../Makefile.inc"
|