Home | History | Annotate | Line # | Download | only in libcrypt
Makefile revision 1.2
      1 # $Header: /tank/opengrok/rsync2/NetBSD/src/lib/libcrypt/Makefile,v 1.2 1993/05/29 13:27:15 cgd Exp $
      2 #
      3 # This directory contains an implementation of crypt(3) and associated
      4 # routines.  the file crypt.c can't be shipped out of the US.  it was put
      5 # into this directory to make distribution of exportable and non-exportable
      6 # systems easier.
      7 
      8 .if exists(crypt.c)
      9 LIB=	crypt
     10 SRCS=	crypt.c
     11 	 
     12 .include <bsd.lib.mk>
     13 .else
     14 all install clean cleandir depend obj:
     15 .endif
     16