blob: c961073e12e22de3f402636700d4a064f58b2332 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: krb5.inc,v 1.1 2003/07/24 14:16:32 itojun 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
CPPFLAGS+= -I${OPENSSLSRC}/crypto/krb5
SRCS+= krb5_asn.c
|