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