Deleted Added
full compact
Makefile.inc (77720) Makefile.inc (89760)
1# $FreeBSD: head/lib/libpam/modules/Makefile.inc 77720 2001-06-04 19:47:56Z markm $
1# $FreeBSD: head/lib/libpam/modules/Makefile.inc 89760 2002-01-24 18:37:17Z markm $
2
3PAMDIR= ${.CURDIR}/../../../../contrib/libpam
4
5INTERNALLIB= yes
6INTERNALSTATICLIB=yes
7
2
3PAMDIR= ${.CURDIR}/../../../../contrib/libpam
4
5INTERNALLIB= yes
6INTERNALSTATICLIB=yes
7
8CFLAGS+= -Wall
9CFLAGS+= -I${PAMDIR}/libpam/include
10CFLAGS+= -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
8CFLAGS+= -I${PAMDIR}/libpam/include
9CFLAGS+= -I${.CURDIR}/../../libpam
10
11# This is nasty.
12# For the static case, libpam.a depends on the modules.
13# For the dynamic case, the modules depend on libpam.so.N
14# Punt for the time being until I can figure out how to do it.
15#DPADD+= ${LIBPAM}
16#LDADD+= -lpam
17
18.include "../Makefile.inc"