From 39621ad154d7ce6a6fc29241530176dcdc80e5e0 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sat, 12 Feb 2005 12:49:32 +0000 Subject: [PATCH] Connect ng_atmllc(4) to the build. --- sys/modules/netgraph/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile index 0c68dc72924a..e831466fb2b5 100644 --- a/sys/modules/netgraph/Makefile +++ b/sys/modules/netgraph/Makefile @@ -3,6 +3,7 @@ SUBDIR= async \ atm \ + atmllc \ ${_bluetooth} \ bpf \ bridge \