summaryrefslogtreecommitdiffstats
path: root/cpukit/ftpd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ftpd/Makefile.am')
-rw-r--r--cpukit/ftpd/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/ftpd/Makefile.am b/cpukit/ftpd/Makefile.am
deleted file mode 100644
index dddf91935e..0000000000
--- a/cpukit/ftpd/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-include $(top_srcdir)/automake/compile.am
-
-project_lib_LIBRARIES = libftpd.a
-
-$(PROJECT_LIB)/libftpd.a: libftpd.a
- $(INSTALL_DATA) $< $(PROJECT_LIB)/libftpd.a
-TMPINSTALL_FILES = $(PROJECT_LIB)/libftpd.a
-
-libftpd_a_SOURCES = ftpd.c ftpd-init.c
-
-include $(top_srcdir)/automake/local.am