From 657d1848aee3deafb592fe06418142869766939c Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 18 Aug 2004 11:59:28 +0000 Subject: [PATCH] Enable build of Netgraph modules on all architectures. Tested by: make universe --- sys/modules/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 967a8d745e51..e052f558a086 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -143,7 +143,7 @@ SUBDIR= ${_3dfx} \ ${_ncp} \ ${_ncv} \ ${_ndis} \ - ${_netgraph} \ + netgraph \ nfsclient \ nfsserver \ nge \ @@ -308,7 +308,6 @@ _lnc= lnc _ncp= ncp _ncv= ncv _ndis= ndis -_netgraph= netgraph _nsp= nsp _nwfs= nwfs _oltr= oltr @@ -403,7 +402,6 @@ _fe= fe _hfa= hfa _iir= iir _mly= mly -_netgraph= netgraph _pccard= pccard _ray= ray _scsi_low= scsi_low