another missing file botch

This commit is contained in:
christos 2008-05-10 21:44:12 +00:00
parent de3a0e6cfe
commit e121a2ba4e
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bf.inc,v 1.9 2008/05/10 21:30:06 christos Exp $ # $NetBSD: bf.inc,v 1.10 2008/05/10 21:44:12 christos Exp $
# #
# @(#) Copyright (c) 1995 Simon J. Gerraty # @(#) Copyright (c) 1995 Simon J. Gerraty
# #
@ -8,9 +8,9 @@
.PATH: ${OPENSSLSRC}/crypto/bf .PATH: ${OPENSSLSRC}/crypto/bf
.if !defined(BF_SRCS) .if !defined(BF_SRCS)
BF_SRCS = bf_enc.c bf_ecb.c BF_SRCS = bf_enc.c
.endif .endif
BF_SRCS += bf_skey.c bf_cfb64.c bf_ofb64.c BF_SRCS += bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c
SRCS += ${BF_SRCS} SRCS += ${BF_SRCS}
.for cryptosrc in ${BF_SRCS} .for cryptosrc in ${BF_SRCS}