12 lines
361 B
Makefile
12 lines
361 B
Makefile
|
# $Header: /cvsroot/src/lib/libcrypt/Makefile,v 1.1 1993/04/26 12:45:00 cgd Exp $
|
||
|
#
|
||
|
# This directory contains an implementation of crypt(3) and associated
|
||
|
# routines. it can't be shipped out of the US. it was put into this
|
||
|
# directory, to make distribution of exportable and non-exportable systems
|
||
|
# easier.
|
||
|
|
||
|
LIB= crypt
|
||
|
SRCS= crypt.c
|
||
|
|
||
|
.include <bsd.lib.mk>
|