Deleted Added
full compact
Makefile (106235) Makefile (106258)
1# $FreeBSD: head/sys/modules/Makefile 106235 2002-10-31 05:19:33Z nyan $
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 \
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 \
78 msdosfs \
79 nfsclient \
80 nfsserver \
81 nge \
82 nmdm \
83 ntfs \
84 nullfs \
85 pcn \

--- 230 unchanged lines hidden ---
79 msdosfs \
80 nfsclient \
81 nfsserver \
82 nge \
83 nmdm \
84 ntfs \
85 nullfs \
86 pcn \

--- 230 unchanged lines hidden ---