summaryrefslogtreecommitdiff
path: root/kerberosIV/usr.bin/Makefile
blob: 690fa6451bcb51fdf07f2f2c8614c5353a95e3e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $OpenBSD: Makefile,v 1.4 2002/06/11 15:26:49 hin Exp $

.include <bsd.own.mk> # for KERBEROS5

.if(${KERBEROS5:L} != "yes")
SUBDIR+=kauth kdestroy kinit klist pagsh
.endif

# these are not built: kftp kstring2key

.include <bsd.subdir.mk>