diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2000-12-10 19:02:40 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2000-12-10 19:02:40 +0000 |
commit | b8b1f1fe7e34a19399a6973772a39f682a070851 (patch) | |
tree | 1456ce0d5f1cb5d2e43323e26fe14839c68c7cd9 /kerberosIV | |
parent | ad1b2b9629c684caa5c422c3f18844c5938008ee (diff) |
Import kth-krb 1.0.4, with important bugfixes.
Diffstat (limited to 'kerberosIV')
-rw-r--r-- | kerberosIV/src/appl/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kerberosIV/src/appl/Makefile.am b/kerberosIV/src/appl/Makefile.am new file mode 100644 index 00000000000..d16e99f5221 --- /dev/null +++ b/kerberosIV/src/appl/Makefile.am @@ -0,0 +1,22 @@ +# $KTH: Makefile.am,v 1.2 2000/11/05 17:16:24 joda Exp $ + +include $(top_srcdir)/Makefile.am.common + +if OTP +dir_otp = otp +endif + +SUBDIRS = \ + afsutil \ + bsd \ + ftp \ + kauth \ + kip \ + kx \ + movemail \ + $(dir_otp) \ + popper \ + push \ + sample \ + telnet \ + xnlock \ |