Makefile revision 1.1
1# $Header: /tank/opengrok/rsync2/NetBSD/src/lib/libcrypt/Makefile,v 1.1 1993/04/26 12:45:00 cgd Exp $ 2# 3# This directory contains an implementation of crypt(3) and associated 4# routines. it can't be shipped out of the US. it was put into this 5# directory, to make distribution of exportable and non-exportable systems 6# easier. 7 8LIB= crypt 9SRCS= crypt.c 10 11.include <bsd.lib.mk> 12