summaryrefslogtreecommitdiffstats
path: root/appl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'appl/Makefile.am')
-rw-r--r--appl/Makefile.am27
1 files changed, 27 insertions, 0 deletions
diff --git a/appl/Makefile.am b/appl/Makefile.am
new file mode 100644
index 0000000..8f26703
--- /dev/null
+++ b/appl/Makefile.am
@@ -0,0 +1,27 @@
+# $Id: Makefile.am 17775 2006-06-30 20:26:15Z lha $
+
+include $(top_srcdir)/Makefile.am.common
+
+if OTP
+dir_otp = otp
+endif
+if DCE
+dir_dce = dceutils
+endif
+SUBDIRS = \
+ afsutil \
+ ftp \
+ login \
+ $(dir_otp) \
+ gssmask \
+ popper \
+ push \
+ rsh \
+ rcp \
+ su \
+ xnlock \
+ telnet \
+ test \
+ kx \
+ kf \
+ $(dir_dce)
OpenPOWER on IntegriCloud