1 # $NetBSD: Makefile,v 1.6 1995/02/19 12:18:56 cgd Exp $ 2 # 3 # This directory contains an implementation of crypt(3) and associated 4 # routines. They have been modified so that decryption is no longer possible, 5 # and thus are exportable. They were taken from the 4.4BSD-Lite foreign 6 # distribution. 7 8 LIB= crypt 9 10 SRCS= crypt.c 11 12 MAN= crypt.3 13 MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3 14 15 .include <bsd.lib.mk> 16