Deleted Added
full compact
Makefile (112784) Makefile (112792)
1# $FreeBSD: head/sys/modules/Makefile 112784 2003-03-29 09:59:49Z mdodd $
1# $FreeBSD: head/sys/modules/Makefile 112792 2003-03-29 13:40:41Z mdodd $
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

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

167 em \
168 ep \
169 fe \
170 fpu \
171 gnufpu \
172 hea \
173 hfa \
174 ibcs2 \
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

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

167 em \
168 ep \
169 fe \
170 fpu \
171 gnufpu \
172 hea \
173 hfa \
174 ibcs2 \
175 ie \
175 linprocfs \
176 linux \
177 lnc \
178 ncp \
179 ncv \
180 netgraph \
181 nsp \
182 nwfs \

--- 114 unchanged lines hidden ---
176 linprocfs \
177 linux \
178 lnc \
179 ncp \
180 ncv \
181 netgraph \
182 nsp \
183 nwfs \

--- 114 unchanged lines hidden ---