Add pppd.

This commit is contained in:
Ralf Corsepius
2005-10-26 16:27:10 +00:00
parent 95dacd745c
commit c5bb2a4e97
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ SUBDIRS += libmisc
SUBDIRS += httpd SUBDIRS += httpd
SUBDIRS += ftpd SUBDIRS += ftpd
SUBDIRS += telnetd SUBDIRS += telnetd
SUBDIRS += pppd
SUBDIRS += wrapup SUBDIRS += wrapup
CLEANFILES = CLEANFILES =

View File

@@ -301,6 +301,7 @@ libmisc/Makefile
httpd/Makefile httpd/Makefile
ftpd/Makefile ftpd/Makefile
telnetd/Makefile telnetd/Makefile
pppd/Makefile
wrapup/Makefile wrapup/Makefile
]) ])