Makefile revision 1.6
11.6Scgd# $NetBSD: Makefile,v 1.6 1995/02/19 12:18:56 cgd Exp $ 21.6Scgd# 31.1Scgd# This directory contains an implementation of crypt(3) and associated 41.6Scgd# routines. They have been modified so that decryption is no longer possible, 51.6Scgd# and thus are exportable. They were taken from the 4.4BSD-Lite foreign 61.6Scgd# distribution. 71.1Scgd 81.1ScgdLIB= crypt 91.4Scgd 101.1ScgdSRCS= crypt.c 111.4Scgd 121.5ScgdMAN= crypt.3 131.4ScgdMLINKS= crypt.3 encrypt.3 crypt.3 setkey.3 141.4Scgd 151.4Scgd.include <bsd.lib.mk> 16