summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/pppd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/samples/pppd/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/testsuites/samples/pppd/Makefile.am b/testsuites/samples/pppd/Makefile.am
deleted file mode 100644
index 04a519e0fd..0000000000
--- a/testsuites/samples/pppd/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-
-rtems_tests_PROGRAMS = pppd
-pppd_SOURCES = init.c pppdapp.c netconfig.h system.h
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-include $(top_srcdir)/../automake/leaf.am
-
-
-pppd_LDLIBS = -lpppd
-
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-AM_CPPFLAGS += -I$(RTEMS_SOURCE_ROOT)/cpukit/libnetworking
-
-LINK_OBJS = $(pppd_OBJECTS)
-LINK_LIBS = $(pppd_LDLIBS)
-
-pppd$(EXEEXT): $(pppd_OBJECTS) $(pppd_DEPENDENCIES)
- @rm -f pppd$(EXEEXT)
- $(make-exe)
-
-
-include $(top_srcdir)/../automake/local.am