Home | History | Annotate | Line # | Download | only in libheimbase
      1 # $NetBSD: Makefile,v 1.2 2017/01/28 21:31:52 christos Exp $
      2 
      3 USE_FORT?= yes	# network protocol library
      4 
      5 .include <bsd.own.mk>
      6 .include <${.CURDIR}/../../Makefile.inc>
      7 
      8 .PATH:		${HEIMDIST}/lib/base
      9 
     10 LIB=		heimbase
     11 
     12 SRCS=			\
     13 	array.c		\
     14 	bsearch.c	\
     15 	db.c		\
     16 	data.c		\
     17 	dict.c		\
     18 	error.c		\
     19 	json.c		\
     20 	number.c	\
     21 	bool.c		\
     22 	heimbase.c	\
     23 	null.c		\
     24 	string.c
     25 
     26 INCSDIR=	/usr/include/krb5
     27 INCS=		heimbase.h
     28 
     29 .include <${HEIMBASE}/Makefile.rules.inc>
     30 .include <bsd.lib.mk>
     31