Makefile revision 1.1
11.1Scgd# $Header: /tank/opengrok/rsync2/NetBSD/src/lib/libcrypt/Makefile,v 1.1 1993/04/26 12:45:00 cgd Exp $ 21.1Scgd# 31.1Scgd# This directory contains an implementation of crypt(3) and associated 41.1Scgd# routines. it can't be shipped out of the US. it was put into this 51.1Scgd# directory, to make distribution of exportable and non-exportable systems 61.1Scgd# easier. 71.1Scgd 81.1ScgdLIB= crypt 91.1ScgdSRCS= crypt.c 101.1Scgd 111.1Scgd.include <bsd.lib.mk> 12