
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
26 lines
410 B
Makefile
26 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:51 elric Exp $
|
|
|
|
USE_FORT?= yes # network protocol library
|
|
|
|
.include <bsd.own.mk>
|
|
.include <${.CURDIR}/../../Makefile.inc>
|
|
|
|
.PATH: ${HEIMDIST}/base
|
|
|
|
LIB= heimbase
|
|
|
|
SRCS= \
|
|
array.c \
|
|
dict.c \
|
|
number.c \
|
|
bool.c \
|
|
heimbase.c \
|
|
null.c \
|
|
string.c
|
|
|
|
INCSDIR= /usr/include/krb5
|
|
INCS= heimbase.h
|
|
|
|
.include <${HEIMBASE}/Makefile.rules.inc>
|
|
.include <bsd.lib.mk>
|