summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/Makefile.am1
-rw-r--r--cpukit/configure.ac1
2 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 75a6b1fcf8..6d1d98ef43 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -14,6 +14,7 @@ SUBDIRS += libmisc
SUBDIRS += httpd
SUBDIRS += ftpd
SUBDIRS += telnetd
+SUBDIRS += pppd
SUBDIRS += wrapup
CLEANFILES =
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index d77f55ed49..c0b6d975e2 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -301,6 +301,7 @@ libmisc/Makefile
httpd/Makefile
ftpd/Makefile
telnetd/Makefile
+pppd/Makefile
wrapup/Makefile
])