summaryrefslogtreecommitdiff
path: root/crypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypt/Makefile')
-rw-r--r--crypt/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/crypt/Makefile b/crypt/Makefile
index 217588df5e..d276092215 100644
--- a/crypt/Makefile
+++ b/crypt/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1996, 2000, 2001, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1996,2000,2001,2007,2009,2012 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -30,9 +30,6 @@ libcrypt-routines := crypt-entry md5-crypt sha256-crypt sha512-crypt crypt \
tests := cert md5c-test sha256c-test sha512c-test
-distribute := ufc-crypt.h crypt-private.h ufc.c speeds.c README.ufc-crypt \
- Banner md5.h sha256.h sha512.h
-
include ../Makeconfig
ifeq ($(crypt-in-libc),yes)