#	$NetBSD: Makefile,v 1.2 1997/10/10 08:39:48 mikel 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.

LIB=	crypt

SRCS=	crypt.c
WARNS?=	1

MAN=	crypt.3
MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3

.include <bsd.lib.mk>
