repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
crypto
/
external
/
bsd
/
heimdal
/
lib
/
Makefile
blob
9ab60ff03da2e79467bd9ad439d243b4a5a5c3b2
1
# $NetBSD: Makefile,v 1.2 2011/05/25 19:21:17 he Exp $
2
3
.
include
"bsd.own.mk"
4
5
HEIMBASE
=${
.CURDIR
}/
..
6
7
.if
(${
MKKERBEROS
} !=
"no"
)
8
SUBDIR
=
\
9
libheimbase \
10
libcom_err \
11
libroken \
12
libvers \
13
.WAIT \
14
libsl \
15
.WAIT \
16
libasn1 \
17
libwind \
18
.WAIT \
19
libhx509 \
20
.WAIT \
21
libkrb5 \
22
.WAIT \
23
libhdb \
24
libkafs \
25
libheimntlm \
26
.WAIT \
27
libkdc \
28
libgssapi \
29
libkadm5srv \
30
libkadm5clnt
31
32
.
endif
# MKKERBEROS != no
33
34
.
include
<
bsd.subdir.mk
>