We no longer need to -I/usr/include/krb5.

This commit is contained in:
elric 2011-04-24 19:00:56 +00:00
parent 6daa88e0a9
commit 8d159f43a8

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 8.2 (Berkeley) 12/15/93
# $NetBSD: Makefile,v 1.31 2008/08/29 00:02:22 gmcgarry Exp $
# $NetBSD: Makefile,v 1.32 2011/04/24 19:00:56 elric Exp $
USE_FORT?= yes # network protocol library
@ -22,7 +22,6 @@ CPPFLAGS+= -DDES_ENCRYPTION
SRCS+= kerberos5.c
CPPFLAGS+= -DKRB5
CPPFLAGS+= -I${DESTDIR}/usr/include/krb5
.endif
.if ${USE_PAM} != "no" && ${MKCRYPTO} != "no"