No longer need the <bsd.crypto.mk> song-and-dance here.

This commit is contained in:
thorpej 2000-06-16 16:29:35 +00:00
parent 9323d93234
commit 3c3dcb50e3

View File

@ -1,12 +1,4 @@
# $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.
SRCTOP= ../..
.include <bsd.crypto.mk>
# $NetBSD: Makefile,v 1.9 2000/06/16 16:29:35 thorpej Exp $
LIB= crypt
@ -15,8 +7,4 @@ SRCS= crypt.c
MAN= crypt.3
MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
.if defined(CRYPTOPATH)
.sinclude "${CRYPTOPATH}/lib/libcrypt/Makefile.frag"
.endif
.include <bsd.lib.mk>