summaryrefslogtreecommitdiff
path: root/crypt/Makefile
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-10-10 14:51:46 +0000
committerJakub Jelinek <jakub@redhat.com>2005-10-10 14:51:46 +0000
commit2a61a5442b614a0f6b4b5c63501b641e83e8f229 (patch)
tree961710f1db68abe5e14c13f3cada17194cfdc9ad /crypt/Makefile
parent74b2c78b9216d1d1642261da42bbe64544a667aa (diff)
Updated to fedora-glibc-20051010T1417
Diffstat (limited to 'crypt/Makefile')
-rw-r--r--crypt/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/crypt/Makefile b/crypt/Makefile
index af088f1e6c..575221a1c5 100644
--- a/crypt/Makefile
+++ b/crypt/Makefile
@@ -23,17 +23,15 @@ subdir := crypt
headers := crypt.h
-distribute := md5.h
-
extra-libs := libcrypt
extra-libs-others := $(extra-libs)
libcrypt-routines := crypt-entry md5-crypt md5 crypt crypt_util
-tests = cert md5test md5c-test
+tests := cert md5test md5c-test
-distribute = ufc-crypt.h crypt-private.h ufc.c speeds.c README.ufc-crypt \
- Banner md5.h
+distribute := ufc-crypt.h crypt-private.h ufc.c speeds.c README.ufc-crypt \
+ Banner md5.h
include ../Makeconfig