diff options
Diffstat (limited to 'crypto/heimdal/appl/Makefile.am')
-rw-r--r-- | crypto/heimdal/appl/Makefile.am | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/crypto/heimdal/appl/Makefile.am b/crypto/heimdal/appl/Makefile.am deleted file mode 100644 index e867521aaf7ae..0000000000000 --- a/crypto/heimdal/appl/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: Makefile.am,v 1.24 2001/01/27 18:34:39 assar Exp $ - -include $(top_srcdir)/Makefile.am.common - -if OTP -dir_otp = otp -endif -if DCE -dir_dce = dceutils -endif -SUBDIRS = \ - afsutil \ - ftp \ - login \ - $(dir_otp) \ - popper \ - push \ - rsh \ - rcp \ - su \ - xnlock \ - telnet \ - test \ - kx \ - kf \ - $(dir_dce) |