Deleted Added
full compact
Makefile (117624) Makefile (117632)
1# $FreeBSD: head/sys/modules/Makefile 117624 2003-07-15 08:59:38Z harti $
1# $FreeBSD: head/sys/modules/Makefile 117632 2003-07-15 11:57:24Z harti $
2
3.if !defined(NOCRYPT) || defined(ALL_MODULES)
4.if exists(${.CURDIR}/../opencrypto)
5_crypto= crypto
6_cryptodev= cryptodev
7.endif
8.if exists(${.CURDIR}/../crypto)
9_random= random

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

83 msdosfs \
84 my \
85 nfsclient \
86 nfsserver \
87 nge \
88 nmdm \
89 ntfs \
90 nullfs \
2
3.if !defined(NOCRYPT) || defined(ALL_MODULES)
4.if exists(${.CURDIR}/../opencrypto)
5_crypto= crypto
6_cryptodev= cryptodev
7.endif
8.if exists(${.CURDIR}/../crypto)
9_random= random

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

83 msdosfs \
84 my \
85 nfsclient \
86 nfsserver \
87 nge \
88 nmdm \
89 ntfs \
90 nullfs \
91 patm \
91 pcn \
92 plip \
93 portalfs \
94 ppbus \
95 ppi \
96 pps \
97 procfs \
98 pseudofs \

--- 227 unchanged lines hidden ---
92 pcn \
93 plip \
94 portalfs \
95 ppbus \
96 ppi \
97 pps \
98 procfs \
99 pseudofs \

--- 227 unchanged lines hidden ---