NetBSD/lib/libcrypt/Makefile

23 lines
529 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 1999/07/20 09:35:18 mrg Exp $
#
# This directory contains an implementation of crypt(3) and associated
# routines. They have been modified so that decryption is no longer possible,
# and thus are exportable. They were taken from the 4.4BSD-Lite foreign
# distribution.
1999-07-13 02:04:09 +04:00
SRCTOP= ../..
.include <bsd.crypto.mk>
LIB= crypt
SRCS= crypt.c
1994-12-22 12:44:45 +03:00
MAN= crypt.3
MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
1999-07-13 02:04:09 +04:00
.if defined(CRYPTOPATH)
.sinclude "${CRYPTOPATH}/lib/libcrypt/Makefile.frag"
1999-07-13 02:04:09 +04:00
.endif
.include <bsd.lib.mk>