From 95ef8c711cec4b7f4cc56fc62a8120d6bd03f2f9 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Wed, 9 Mar 2005 15:53:27 +0000 Subject: [PATCH] connect wlan_acl to the build Submitted by: Alexey Zelkin --- sys/modules/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index a383bbe4df9f..9ed67d79f0db 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -253,6 +253,7 @@ SUBDIR= ${_3dfx} \ wb \ ${_wi} \ wlan \ + wlan_acl \ wlan_ccmp \ wlan_tkip \ wlan_wep \