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
Remove building with NOCRYPTO option
[minix.git]
/
crypto
/
external
/
bsd
/
heimdal
/
bin
/
Makefile
blob
4ef3443bf25490937ab6cef6510daa635754f35f
1
# $NetBSD: Makefile,v 1.2 2014/04/01 21:38:26 christos Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
HEIMBASE
=${
.CURDIR
}/
..
6
7
.if
(${
MKKERBEROS
} !=
"no"
)
8
SUBDIR
=
\
9
gsstool \
10
hxtool \
11
kcc \
12
kdestroy \
13
kgetcred \
14
kinit \
15
kpasswd \
16
krb5-config \
17
kvno \
18
string2key \
19
verify_krb5_conf
20
21
.
endif
# MKKERBEROS != no
22
23
.
include
<
bsd.subdir.mk
>