17 lines
382 B
PHP
17 lines
382 B
PHP
# $NetBSD: krb5.inc,v 1.2 2006/03/17 20:47:45 dsl Exp $
|
|
#
|
|
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
|
#
|
|
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/krb5/Makefile.ssl
|
|
#
|
|
|
|
.PATH: ${OPENSSLSRC}/crypto/krb5
|
|
|
|
|
|
KRB5_SRCS = krb5_asn.c
|
|
SRCS += ${KRB5_SRCS}
|
|
|
|
.for cryptosrc in ${KRB5_SRCS}
|
|
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/krb5
|
|
.endfor
|