From 01dfe7acc31ff0615820d28a5d81e6f01a991095 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 28 Jan 2004 04:15:10 +0000 Subject: Enable ndis for AMD64 (for the time that modules are supported)... --- sys/modules/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/modules') 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 -- cgit v1.1