aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/random/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-07-07 09:03:59 +0000
committerMark Murray <markm@FreeBSD.org>2000-07-07 09:03:59 +0000
commitc9ec235ca1e53105c29450d483686482a26751e0 (patch)
tree2b2260c2b4f8a08fe76a00ba8dc91eab82e15918 /sys/modules/random/Makefile
parentf2542885f0593134d301e1cec5185d285a63a4a7 (diff)
Notes
Diffstat (limited to 'sys/modules/random/Makefile')
-rw-r--r--sys/modules/random/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile
index 274a3686af50..e8980fabca94 100644
--- a/sys/modules/random/Makefile
+++ b/sys/modules/random/Makefile
@@ -2,12 +2,10 @@
.PATH: ${.CURDIR}/../../dev/randomdev
.PATH: ${.CURDIR}/../../crypto/blowfish
-#.PATH: ${.CURDIR}/../../crypto/des
KMOD = randomdev
SRCS = bus_if.h device_if.h randomdev.c yarrow.c
SRCS += bf_cbc.c bf_skey.c bf_enc.c
CFLAGS += -I${.CURDIR}/../..
-#SRCS += sha1.c des_setkey.c des_ecb.c
NOMAN = yes
.include <bsd.kmod.mk>