1# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:51 elric Exp $
2
3USE_FORT?= yes	# network protocol library
4
5.include <bsd.own.mk>
6.include <${.CURDIR}/../../Makefile.inc>
7
8.PATH:		${HEIMDIST}/base
9
10LIB=		heimbase
11
12SRCS=			\
13	array.c		\
14	dict.c		\
15	number.c	\
16	bool.c		\
17	heimbase.c	\
18	null.c		\
19	string.c
20
21INCSDIR=	/usr/include/krb5
22INCS=		heimbase.h
23
24.include <${HEIMBASE}/Makefile.rules.inc>
25.include <bsd.lib.mk>
26