Deleted Added
full compact
Makefile (107804) Makefile (108957)
1# $FreeBSD: head/sys/modules/Makefile 107804 2002-12-13 00:32:29Z jake $
1# $FreeBSD: head/sys/modules/Makefile 108957 2003-01-08 18:45:04Z obrien $
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

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

261SUBDIR+=linprocfs \
262 linux \
263 osf1 \
264 sound \
265 sppp \
266 vinum
267.endif
268
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

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

261SUBDIR+=linprocfs \
262 linux \
263 osf1 \
264 sound \
265 sppp \
266 vinum
267.endif
268
269.if ${MACHINE_ARCH} == "sparc64"
270SUBDIR+=if_hme
271.endif
272
269.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES)
270SUBDIR=${MODULES_OVERRIDE}
271.endif
272
273# Calling kldxref(8) for each module is expensive.
274.if !defined(NO_XREF) && ${MACHINE_ARCH} != "sparc64"
275.MAKEFLAGS:= ${.MAKEFLAGS} -DNO_XREF
276afterinstall:
277 @if type kldxref >/dev/null 2>&1; then \
278 ${ECHO} kldxref ${DESTDIR}${KMODDIR}; \
279 kldxref ${DESTDIR}${KMODDIR}; \
280 fi
281.endif
282
283.include <bsd.subdir.mk>
273.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES)
274SUBDIR=${MODULES_OVERRIDE}
275.endif
276
277# Calling kldxref(8) for each module is expensive.
278.if !defined(NO_XREF) && ${MACHINE_ARCH} != "sparc64"
279.MAKEFLAGS:= ${.MAKEFLAGS} -DNO_XREF
280afterinstall:
281 @if type kldxref >/dev/null 2>&1; then \
282 ${ECHO} kldxref ${DESTDIR}${KMODDIR}; \
283 kldxref ${DESTDIR}${KMODDIR}; \
284 fi
285.endif
286
287.include <bsd.subdir.mk>