Deleted Added
sdiff udiff text old ( 106235 ) new ( 106258 )
full compact
1# $FreeBSD: head/sys/modules/Makefile 106258 2002-10-31 19:39:23Z jhb $
2
3.if exists(${.CURDIR}/../opencrypto) && !defined(NOCRYPT)
4_crypto= crypto
5_cryptodev= cryptodev
6.endif
7.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT)
8_random= random
9.endif

--- 60 unchanged lines hidden (view full) ---

70 mac_none \
71 mac_partition \
72 mac_seeotheruids \
73 mac_test \
74 mcd \
75 md \
76 mii \
77 mlx \
78 mpt \
79 msdosfs \
80 nfsclient \
81 nfsserver \
82 nge \
83 nmdm \
84 ntfs \
85 nullfs \
86 pcn \

--- 230 unchanged lines hidden ---