summaryrefslogtreecommitdiffstats
path: root/cpukit/libcrypt
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-13 14:22:17 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-09 13:26:48 +0200
commit94acbbf42d92d7828799666cfc02d63865756cc5 (patch)
tree90887ea45f9a37bc75b0e39051e6fcb7188299e7 /cpukit/libcrypt
parentbuild: Merge libblock/Makefile.am (diff)
downloadrtems-94acbbf42d92d7828799666cfc02d63865756cc5.tar.bz2
build: Merge libcrypt/Makefile.am
Diffstat (limited to 'cpukit/libcrypt')
-rw-r--r--cpukit/libcrypt/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/cpukit/libcrypt/Makefile.am b/cpukit/libcrypt/Makefile.am
deleted file mode 100644
index 5aecfe131f..0000000000
--- a/cpukit/libcrypt/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-include $(top_srcdir)/automake/compile.am
-
-noinst_LIBRARIES = libcrypt.a
-
-libcrypt_a_SOURCES =
-libcrypt_a_SOURCES += crypt.c
-libcrypt_a_SOURCES += crypt-md5.c
-libcrypt_a_SOURCES += crypt-sha256.c
-libcrypt_a_SOURCES += crypt-sha512.c
-libcrypt_a_SOURCES += misc.c
-
-include $(top_srcdir)/automake/local.am