summaryrefslogtreecommitdiff
path: root/lib/libcrypt/Makefile
blob: 01c2f54b9a547c584c14b0ccabd2394842497e8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Header: /cvsroot/src/lib/libcrypt/Makefile,v 1.2 1993/05/29 13:27:15 cgd Exp $
#
# This directory contains an implementation of crypt(3) and associated
# routines.  the file crypt.c can't be shipped out of the US.  it was put
# into this directory to make distribution of exportable and non-exportable
# systems easier.

.if exists(crypt.c)
LIB=	crypt
SRCS=	crypt.c
	 
.include <bsd.lib.mk>
.else
all install clean cleandir depend obj:
.endif