]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libpam/modules/Makefile.inc
This commit was generated by cvs2svn to compensate for changes in r84493,
[FreeBSD/FreeBSD.git] / lib / libpam / modules / Makefile.inc
1 # $FreeBSD$
2
3 PAMDIR=         ${.CURDIR}/../../../../contrib/libpam
4
5 INTERNALLIB=    yes
6 INTERNALSTATICLIB=yes
7
8 CFLAGS+=        -Wall
9 CFLAGS+=        -I${PAMDIR}/libpam/include
10 CFLAGS+=        -I${.CURDIR}/../../libpam
11
12 # This is nasty.
13 # For the static case, libpam.a depends on the modules.
14 # For the dynamic case, the modules depend on libpam.so.N
15 # Punt for the time being until I can figure out how to do it.
16 #DPADD+=                ${LIBPAM}
17 #LDADD+=                -lpam