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