Deleted Added
full compact
Makefile (119218) Makefile (119571)
1# $FreeBSD: head/sys/modules/Makefile 119218 2003-08-21 16:48:39Z rwatson $
1# $FreeBSD: head/sys/modules/Makefile 119571 2003-08-30 08:01:05Z sos $
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

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

94 pcn \
95 plip \
96 portalfs \
97 ppbus \
98 ppi \
99 pps \
100 procfs \
101 pseudofs \
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

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

94 pcn \
95 plip \
96 portalfs \
97 ppbus \
98 ppi \
99 pps \
100 procfs \
101 pseudofs \
102 pst \
102 raidframe \
103 ${_random} \
104 rc \
105 rc4 \
106 rl \
107 rp \
108 rue \
109 sbsh \

--- 219 unchanged lines hidden ---
103 raidframe \
104 ${_random} \
105 rc \
106 rc4 \
107 rl \
108 rp \
109 rue \
110 sbsh \

--- 219 unchanged lines hidden ---