summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-01-28 04:15:10 +0000
committerobrien <obrien@FreeBSD.org>2004-01-28 04:15:10 +0000
commit01dfe7acc31ff0615820d28a5d81e6f01a991095 (patch)
tree4db05544aa12110c6fdaf90c2baa4d5c167dd8a5 /sys/modules/Makefile
parent58948e726184fc748538cd77b12482414becaf10 (diff)
downloadFreeBSD-src-01dfe7acc31ff0615820d28a5d81e6f01a991095.zip
FreeBSD-src-01dfe7acc31ff0615820d28a5d81e6f01a991095.tar.gz
Enable ndis for AMD64 (for the time that modules are supported)...
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 497d812..c93f6a4 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -359,6 +359,10 @@ _sppp= sppp
_vinum= vinum
.endif
+.if ${MACHINE_ARCH} == "amd64"
+_ndis= ndis
+.endif
+
.if ${MACHINE_ARCH} == "ia64"
# Modules not enabled on ia64 (as compared to i386) include:
# aac acpi aout apm atspeaker drm ibcs2 linprocfs linux ncv
OpenPOWER on IntegriCloud