mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 16:09:46 -04:00
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>
|