Lionel Sambuc ebfedea0ce Importing crypto libraries
- crypto/external/bsd/heimdal
 - crypto/external/bsd/libsaslc
 - crypto/external/bsd/netpgp
 - crypto/external/bsd/openssl

Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
2015-10-07 23:37:12 +02:00

26 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.2 2013/09/11 23:04:09 joerg Exp $
USE_FORT?= yes # network protocol library
NOLINT= # defined
.include <bsd.own.mk>
.include <${.CURDIR}/../../Makefile.inc>
.PATH: ${HEIMDIST}/lib/kafs
LIB= kafs
LIBDPLIBS+= krb5 ${.CURDIR}/../libkrb5 \
asn1 ${.CURDIR}/../libasn1 \
roken ${.CURDIR}/../libroken
SRCS= afssys.c afskrb5.c common.c
INCS= kafs.h
INCSDIR= /usr/include/krb5
MAN= kafs.3
.include <${HEIMBASE}/Makefile.rules.inc>
.include <bsd.lib.mk>