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