summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/pppd/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/cpukit/pppd/Makefile.am b/cpukit/pppd/Makefile.am
deleted file mode 100644
index 799b2a9556..0000000000
--- a/cpukit/pppd/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-include $(top_srcdir)/automake/compile.am
-
-if LIBNETWORKING
-project_lib_LIBRARIES = libpppd.a
-
-$(PROJECT_LIB)/libpppd.a: libpppd.a
- $(INSTALL_DATA) $< $(PROJECT_LIB)/libpppd.a
-TMPINSTALL_FILES = $(PROJECT_LIB)/libpppd.a
-
-libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \
- chat.c demand.c fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h \
- options.c upap.c upap.h utils.c sys-rtems.c \
- rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \
- rtemsdialer.h
-endif
-
-include $(top_srcdir)/automake/local.am