1 1.2 cgd # $Header: /tank/opengrok/rsync2/NetBSD/src/lib/libcrypt/Makefile,v 1.2 1993/05/29 13:27:15 cgd Exp $ 2 1.1 cgd # 3 1.1 cgd # This directory contains an implementation of crypt(3) and associated 4 1.2 cgd # routines. the file crypt.c can't be shipped out of the US. it was put 5 1.2 cgd # into this directory to make distribution of exportable and non-exportable 6 1.2 cgd # systems easier. 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