Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpam/modules Remove CPPFLAGS



details:   https://anonhg.NetBSD.org/src/rev/bc8a0f8fe042
branches:  trunk
changeset: 580489:bc8a0f8fe042
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Apr 25 17:21:31 2005 +0000

description:
Remove CPPFLAGS

diffstat:

 lib/libpam/modules/pam_krb5/Makefile |  4 +---
 lib/libpam/modules/pam_ksu/Makefile  |  4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r fba0b1f94c19 -r bc8a0f8fe042 lib/libpam/modules/pam_krb5/Makefile
--- a/lib/libpam/modules/pam_krb5/Makefile      Mon Apr 25 17:20:51 2005 +0000
+++ b/lib/libpam/modules/pam_krb5/Makefile      Mon Apr 25 17:21:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/25 15:43:34 matt Exp $
+# $NetBSD: Makefile,v 1.6 2005/04/25 17:21:31 matt Exp $
 # Copyright 2001 FreeBSD, Inc.
 # All rights reserved.
 #
@@ -29,8 +29,6 @@
 SRCS=  pam_krb5.c
 MAN=   pam_krb5.8
 
-CPPFLAGS+=     -I${DESTDIR}/usr/include/krb5
-
 LIBDPLIBS=     krb5    ${LIB_ROOT_DIR}/libkrb5 \
                asn1    ${LIB_ROOT_DIR}/libasn1 \
                roken   ${LIB_ROOT_DIR}/libroken \
diff -r fba0b1f94c19 -r bc8a0f8fe042 lib/libpam/modules/pam_ksu/Makefile
--- a/lib/libpam/modules/pam_ksu/Makefile       Mon Apr 25 17:20:51 2005 +0000
+++ b/lib/libpam/modules/pam_ksu/Makefile       Mon Apr 25 17:21:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/25 15:43:34 matt Exp $
+# $NetBSD: Makefile,v 1.6 2005/04/25 17:21:31 matt Exp $
 # Copyright 2002 FreeBSD, Inc.
 # All rights reserved.
 #
@@ -29,8 +29,6 @@
 SRCS=  pam_ksu.c
 MAN=   pam_ksu.8
 
-CPPFLAGS+=     -I${DESTDIR}/usr/include/krb5
-
 LIBDPLIBS=     krb5    ${LIB_ROOT_DIR}/libkrb5 \
                asn1    ${LIB_ROOT_DIR}/libasn1 \
                roken   ${LIB_ROOT_DIR}/libroken \



Home | Main Index | Thread Index | Old Index