c24988fd09
This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
14 lines
215 B
Makefile
14 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"
|