diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-20 14:24:58 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-20 14:24:58 +0000 |
| commit | cea557add088ca3156187635fbcc8ebc8dba3f3f (patch) | |
| tree | cbf0f7476670cafdc131d52ec306bf8158483b82 /sys/modules | |
| parent | a3aed80d1eb78a8d20f08ae2018b49ece4ccb7f2 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 6a6c47593add..411ead6aa4e2 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -358,11 +358,15 @@ _linprocfs= linprocfs _linux= linux _lnc= lnc _mse= mse +.if ${MK_NCP} != "no" _ncp= ncp +.endif _ncv= ncv _ndis= ndis _nsp= nsp +.if ${MK_NCP} != "no" _nwfs= nwfs +.endif _oltr= oltr _pccard= pccard _pcfclock= pcfclock |
