58164365b3
XXX There's still a big lack of documentation on the big number of kerberos related libraries!
33 lines
599 B
Makefile
33 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/11/05 15:05:55 hubertf Exp $
|
|
DIST= ${.CURDIR}/../../crypto/dist
|
|
.PATH: ${DIST}/heimdal/lib/kafs
|
|
|
|
WARNS?= 1
|
|
MKLINT= no
|
|
|
|
LIB= kafs
|
|
|
|
SRCS= \
|
|
afssys.c \
|
|
afskrb.c \
|
|
afskrb5.c \
|
|
common.c \
|
|
|
|
INCSDIR= /usr/include/kerberosIV
|
|
|
|
INCS= kafs.h
|
|
|
|
MAN= kafs.3
|
|
|
|
CPPFLAGS+= -I. \
|
|
-I${DIST}/heimdal/lib/kafs \
|
|
-I${DESTDIR}/usr/include/krb5 \
|
|
-I${DESTDIR}/usr/include/kerberosIV \
|
|
-I${DESTDIR}/usr/include/openssl \
|
|
-I${.CURDIR}/../../include/heimdal \
|
|
-I${.CURDIR}/../libroken \
|
|
-I${DIST}/heimdal/lib/roken \
|
|
-DHAVE_CONFIG_H
|
|
|
|
.include <bsd.lib.mk>
|