diff options
Diffstat (limited to 'crypto/heimdal/lib/Makefile.am')
-rw-r--r-- | crypto/heimdal/lib/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/crypto/heimdal/lib/Makefile.am b/crypto/heimdal/lib/Makefile.am deleted file mode 100644 index c600c22ecdc4d..0000000000000 --- a/crypto/heimdal/lib/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -# $Id: Makefile.am,v 1.16 1999/04/01 15:03:37 joda Exp $ - -include $(top_srcdir)/Makefile.am.common - -if KRB4 -dir_45 = 45 -endif -if OTP -dir_otp = otp -endif - -SUBDIRS = roken editline com_err sl asn1 des krb5 \ - kafs hdb kadm5 gssapi auth $(dir_45) $(dir_otp) |