Makefile revision 1.2
11.2Scgd# $Header: /tank/opengrok/rsync2/NetBSD/src/lib/libcrypt/Makefile,v 1.2 1993/05/29 13:27:15 cgd Exp $
21.1Scgd#
31.1Scgd# This directory contains an implementation of crypt(3) and associated
41.2Scgd# routines.  the file crypt.c can't be shipped out of the US.  it was put
51.2Scgd# into this directory to make distribution of exportable and non-exportable
61.2Scgd# systems easier.
71.1Scgd
81.2Scgd.if exists(crypt.c)
91.1ScgdLIB=	crypt
101.1ScgdSRCS=	crypt.c
111.1Scgd	 
121.1Scgd.include <bsd.lib.mk>
131.2Scgd.else
141.2Scgdall install clean cleandir depend obj:
151.2Scgd.endif
16