Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcrypt No longer need the <bsd.crypto.mk> song-and-dan...
details: https://anonhg.NetBSD.org/src/rev/034bdcbc4b13
branches: trunk
changeset: 488003:034bdcbc4b13
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jun 16 16:29:35 2000 +0000
description:
No longer need the <bsd.crypto.mk> song-and-dance here.
diffstat:
lib/libcrypt/Makefile | 14 +-------------
1 files changed, 1 insertions(+), 13 deletions(-)
diffs (26 lines):
diff -r 510789885688 -r 034bdcbc4b13 lib/libcrypt/Makefile
--- a/lib/libcrypt/Makefile Fri Jun 16 16:27:32 2000 +0000
+++ b/lib/libcrypt/Makefile Fri Jun 16 16:29:35 2000 +0000
@@ -1,12 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/07/20 09:35:18 mrg Exp $
-#
-# This directory contains an implementation of crypt(3) and associated
-# routines. They have been modified so that decryption is no longer possible,
-# and thus are exportable. They were taken from the 4.4BSD-Lite foreign
-# distribution.
-
-SRCTOP= ../..
-.include <bsd.crypto.mk>
+# $NetBSD: Makefile,v 1.9 2000/06/16 16:29:35 thorpej Exp $
LIB= crypt
@@ -15,8 +7,4 @@
MAN= crypt.3
MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
-.if defined(CRYPTOPATH)
-.sinclude "${CRYPTOPATH}/lib/libcrypt/Makefile.frag"
-.endif
-
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index