mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 00:02:14 -04:00
It was disabled by default in fe52b7f60e. We planned to (but did not)
remove the option before FreeBSD 14. Remove it now, for FreeBSD 15.
Relnotes: Yes
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D31558
10 lines
187 B
Makefile
10 lines
187 B
Makefile
PAMDIR= ${SRCTOP}/contrib/openpam
|
|
|
|
MK_INSTALLLIB= no
|
|
|
|
CFLAGS+= -I${PAMDIR}/include -I${SRCTOP}/lib/libpam
|
|
|
|
SHLIB_NAME?= ${LIB}.so.${SHLIB_MAJOR}
|
|
LIBADD+= pam
|
|
|
|
.include "../Makefile.inc"
|