2000-06-25 10:12:33 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/random
|
|
|
|
.PATH: ${.CURDIR}/../../crypto/blowfish
|
|
|
|
|
|
|
|
KMOD= random
|
2001-01-15 19:35:00 +00:00
|
|
|
SRCS= randomdev.c yarrow.c hash.c
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS+= bf_cbc.c bf_skey.c bf_enc.c
|
2001-01-15 19:35:00 +00:00
|
|
|
SRCS+= bus_if.h device_if.h vnode_if.h
|
2001-01-06 14:00:42 +00:00
|
|
|
NOMAN= yes
|
|
|
|
|
|
|
|
CFLAGS+= -I${.CURDIR}/../..
|
2000-06-25 10:12:33 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|