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
/
libexec
/
Makefile
blob
c1daabd0a23e70efa2459962c02a8570f4e07dda
1
# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:56 elric Exp $
2
3
.
include
"bsd.own.mk"
4
5
.if
(${
MKKERBEROS
} !=
"no"
)
6
7
SUBDIR
=
\
8
digest-service \
9
hpropd \
10
ipropd-master \
11
ipropd-slave \
12
kadmind \
13
kpasswdd
14
15
.
endif
# MKKERBEROS != no
16
17
.
include
<
bsd.subdir.mk
>