etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / libcrypto / krb5.inc
blob7a6ee5401ed8f871d17fafbba0f8ab98b8e1279a
1 #       $NetBSD: krb5.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
3 #       @(#) Copyright (c) 1995 Simon J. Gerraty
5 #       SRCS extracted from src/crypto/dist/openssl/crypto/krb5/Makefile
8 .PATH:  ${OPENSSLSRC}/crypto/krb5
11 KRB5_SRCS = krb5_asn.c
12 SRCS += ${KRB5_SRCS}
14 .for cryptosrc in ${KRB5_SRCS}
15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/krb5
16 .endfor