summaryrefslogtreecommitdiff
path: root/lib/libcrypt
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-02 17:48:44 +0000
committermycroft <mycroft@NetBSD.org>1993-08-02 17:48:44 +0000
commitaee4b07b8a049bdc57cefcbb82bebeb6f341859a (patch)
treed2baf06176c4135542f5717a0fa9b45752f77e4f /lib/libcrypt
parentc8194f0876b272d70833a6b91ec566314a02050a (diff)
Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
Diffstat (limited to 'lib/libcrypt')
-rw-r--r--lib/libcrypt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
index 01c2f54b9a5..fa48513c6aa 100644
--- a/lib/libcrypt/Makefile
+++ b/lib/libcrypt/Makefile
@@ -1,9 +1,9 @@
-# $Header: /cvsroot/src/lib/libcrypt/Makefile,v 1.2 1993/05/29 13:27:15 cgd Exp $
-#
# This directory contains an implementation of crypt(3) and associated
# routines. the file crypt.c can't be shipped out of the US. it was put
# into this directory to make distribution of exportable and non-exportable
# systems easier.
+#
+# $Id: Makefile,v 1.3 1993/08/02 17:50:08 mycroft Exp $
.if exists(crypt.c)
LIB= crypt