about summary refs log tree commit diff
path: root/crypt/sysdeps/unix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypt/sysdeps/unix/Makefile')
-rw-r--r--crypt/sysdeps/unix/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypt/sysdeps/unix/Makefile b/crypt/sysdeps/unix/Makefile
new file mode 100644
index 0000000000..65810482d0
--- /dev/null
+++ b/crypt/sysdeps/unix/Makefile
@@ -0,0 +1,4 @@
+ifeq ($(subdir),md5-crypt)
+libcrypt-routines += crypt crypt_util
+dont_distribute += crypt.c crypt_util.c
+endif