etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / heimdal / lib / libheimbase / Makefile
blobae9c9b82fba03a508c31c357e3913c9ff36446ac
1 # $NetBSD: Makefile,v 1.1 2011/04/13 19:16:51 elric Exp $
3 USE_FORT?= yes # network protocol library
5 .include <bsd.own.mk>
6 .include <${.CURDIR}/../../Makefile.inc>
8 .PATH: ${HEIMDIST}/base
10 LIB= heimbase
12 SRCS= \
13 array.c \
14 dict.c \
15 number.c \
16 bool.c \
17 heimbase.c \
18 null.c \
19 string.c
21 INCSDIR= /usr/include/krb5
22 INCS= heimbase.h
24 .include <${HEIMBASE}/Makefile.rules.inc>
25 .include <bsd.lib.mk>