aboutsummaryrefslogtreecommitdiff
path: root/src/appl
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/Makefile.in2
-rw-r--r--src/appl/gssftp/Makefile.in2
-rw-r--r--src/appl/sample/Makefile.in2
-rw-r--r--src/appl/simple/Makefile.in2
-rw-r--r--src/appl/telnet/Makefile.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/appl/Makefile.in b/src/appl/Makefile.in
index abe6c0b..02a1c73 100644
--- a/src/appl/Makefile.in
+++ b/src/appl/Makefile.in
@@ -3,6 +3,6 @@ myfulldir=appl
mydir=appl
BUILDTOP=$(REL)..
-LOCAL_SUBDIRS= sample simple user_user gss-sample \
+SUBDIRS= sample simple user_user gss-sample \
libpty bsd gssftp telnet
diff --git a/src/appl/gssftp/Makefile.in b/src/appl/gssftp/Makefile.in
index 4ea8995..959316f 100644
--- a/src/appl/gssftp/Makefile.in
+++ b/src/appl/gssftp/Makefile.in
@@ -2,5 +2,5 @@ thisconfigdir=.
myfulldir=appl/gssftp
mydir=.
BUILDTOP=$(REL)..$(S)..
-LOCAL_SUBDIRS=ftp ftpd
+SUBDIRS=ftp ftpd
LDFLAGS = -g
diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in
index 4047796..8194446 100644
--- a/src/appl/sample/Makefile.in
+++ b/src/appl/sample/Makefile.in
@@ -1,5 +1,5 @@
thisconfigdir=../..
myfulldir=appl/sample
mydir=appl/sample
-LOCAL_SUBDIRS = sclient sserver
+SUBDIRS = sclient sserver
BUILDTOP=$(REL)..$(S)..
diff --git a/src/appl/simple/Makefile.in b/src/appl/simple/Makefile.in
index 11d945f..c6b7baa 100644
--- a/src/appl/simple/Makefile.in
+++ b/src/appl/simple/Makefile.in
@@ -1,5 +1,5 @@
thisconfigdir=../..
myfulldir=appl/simple
mydir=appl/simple
-LOCAL_SUBDIRS = client server
+SUBDIRS = client server
BUILDTOP=$(REL)..$(S)..
diff --git a/src/appl/telnet/Makefile.in b/src/appl/telnet/Makefile.in
index 32e4155..716b458 100644
--- a/src/appl/telnet/Makefile.in
+++ b/src/appl/telnet/Makefile.in
@@ -2,4 +2,4 @@ thisconfigdir=.
myfulldir=appl/telnet
mydir=.
BUILDTOP=$(REL)..$(S)..
-LOCAL_SUBDIRS=libtelnet telnet telnetd
+SUBDIRS=libtelnet telnet telnetd