2002-08-19 13:41:27 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 2002/08/19 09:41:31 lukem Exp $
|
2000-06-17 02:50:34 +04:00
|
|
|
|
2002-08-19 13:41:27 +04:00
|
|
|
NOLINT= # defined
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
DIST= ${NETBSDSRCDIR}/crypto/dist
|
2001-12-12 03:51:00 +03:00
|
|
|
.PATH: ${DIST}/heimdal/lib/kafs
|
2000-06-17 02:50:34 +04:00
|
|
|
|
2001-12-12 03:51:00 +03:00
|
|
|
WARNS?= 1
|
2000-06-17 02:50:34 +04:00
|
|
|
|
2001-12-12 03:51:00 +03:00
|
|
|
LIB= kafs
|
2000-06-17 02:50:34 +04:00
|
|
|
|
2001-12-12 03:51:00 +03:00
|
|
|
SRCS= afssys.c afskrb.c afskrb5.c common.c
|
2000-06-17 02:50:34 +04:00
|
|
|
|
2001-12-12 03:51:00 +03:00
|
|
|
INCS= kafs.h
|
|
|
|
INCSDIR= /usr/include/kerberosIV
|
|
|
|
MAN= kafs.3
|
2001-11-05 18:05:55 +03:00
|
|
|
|
2000-06-17 02:50:34 +04:00
|
|
|
CPPFLAGS+= -I. \
|
|
|
|
-I${DIST}/heimdal/lib/kafs \
|
|
|
|
-I${DESTDIR}/usr/include/krb5 \
|
2000-06-17 03:22:57 +04:00
|
|
|
-I${DESTDIR}/usr/include/kerberosIV \
|
2000-06-17 02:50:34 +04:00
|
|
|
-I${DESTDIR}/usr/include/openssl \
|
2002-08-19 13:41:27 +04:00
|
|
|
-I${NETBSDSRCDIR}/include/heimdal \
|
|
|
|
-I${NETBSDSRCDIR}/libroken \
|
2000-06-17 02:50:34 +04:00
|
|
|
-I${DIST}/heimdal/lib/roken \
|
|
|
|
-DHAVE_CONFIG_H
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|