freebsd-dev/crypto/heimdal/lib/Makefile.am

17 lines
312 B
Makefile
Raw Normal View History

2001-02-13 16:46:19 +00:00
# $Id: Makefile.am,v 1.21 2000/11/15 23:11:05 assar Exp $
include $(top_srcdir)/Makefile.am.common
if KRB4
dir_45 = 45
endif
if OTP
dir_otp = otp
endif
2001-02-13 16:46:19 +00:00
if DCE
dir_dce = kdfs
endif
2001-02-13 16:46:19 +00:00
SUBDIRS = @DIR_roken@ vers editline com_err sl asn1 @DIR_des@ krb5 \
kafs hdb kadm5 gssapi auth $(dir_45) $(dir_otp) $(dir_dce)