blob: ad26532cc9922fc05ac358bc2240d822ec1e1974 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.7 2002/06/11 15:26:49 hin Exp $
# XXX asn1_compile is compiled in ../Makefile
SUBDIR= afslog \
kauth \
kdestroy \
kf \
kinit \
klist \
pagsh \
string2key \
verify_krb5_conf
.include <bsd.subdir.mk>
|