NetBSD/lib/libcrypt/Makefile

12 lines
361 B
Makefile
Raw Normal View History

# $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>