1995-02-19 15:18:56 +03:00
|
|
|
# $NetBSD: Makefile,v 1.6 1995/02/19 12:18:56 cgd Exp $
|
1993-08-02 21:48:44 +04:00
|
|
|
#
|
1995-02-19 15:18:56 +03:00
|
|
|
# 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.
|
1993-04-26 16:45:00 +04:00
|
|
|
|
|
|
|
LIB= crypt
|
1993-10-07 04:36:21 +03:00
|
|
|
|
1993-04-26 16:45:00 +04:00
|
|
|
SRCS= crypt.c
|
1993-10-07 04:36:21 +03:00
|
|
|
|
1994-12-22 12:44:45 +03:00
|
|
|
MAN= crypt.3
|
1993-10-07 04:36:21 +03:00
|
|
|
MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|