Home | History | Annotate | Line # | Download | only in libcrypt
Makefile revision 1.1
      1  1.1  cgd # $Header: /tank/opengrok/rsync2/NetBSD/src/lib/libcrypt/Makefile,v 1.1 1993/04/26 12:45:00 cgd Exp $
      2  1.1  cgd #
      3  1.1  cgd # This directory contains an implementation of crypt(3) and associated
      4  1.1  cgd # routines.  it can't be shipped out of the US.  it was put into this
      5  1.1  cgd # directory, to make distribution of exportable and non-exportable systems
      6  1.1  cgd # easier.
      7  1.1  cgd 
      8  1.1  cgd LIB=	crypt
      9  1.1  cgd SRCS=	crypt.c
     10  1.1  cgd 	 
     11  1.1  cgd .include <bsd.lib.mk>
     12