Deleted Added
full compact
Makefile.inc (93981) Makefile.inc (94372)
1# $FreeBSD: head/lib/libpam/modules/Makefile.inc 93981 2002-04-06 19:25:36Z des $
1# $FreeBSD: head/lib/libpam/modules/Makefile.inc 94372 2002-04-10 18:07:05Z ru $
2
3PAMDIR= ${.CURDIR}/../../../../contrib/openpam
4
5INTERNALLIB= yes
6INTERNALSTATICLIB=yes
2
3PAMDIR= ${.CURDIR}/../../../../contrib/openpam
4
5INTERNALLIB= yes
6INTERNALSTATICLIB=yes
7SHLIB_NAME?= ${LIB}.so.${SHLIB_MAJOR}
7
8CFLAGS+= -I${PAMDIR}/include
9CFLAGS+= -I${.CURDIR}/../../libpam
10WARNS?= 4
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
18
19.include "../Makefile.inc"
8
9CFLAGS+= -I${PAMDIR}/include
10CFLAGS+= -I${.CURDIR}/../../libpam
11WARNS?= 4
12
13# This is nasty.
14# For the static case, libpam.a depends on the modules.
15# For the dynamic case, the modules depend on libpam.so.N
16# Punt for the time being until I can figure out how to do it.
17#DPADD+= ${LIBPAM}
18#LDADD+= -lpam
19
20.include "../Makefile.inc"