diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2019-06-27 23:50:54 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2019-06-27 23:50:54 +0000 |
| commit | 7f49ce7a0b5f0d501d233308d73ccb1bf191a68b (patch) | |
| tree | e83ad4ddd396607f9b0ea1a3a8262ce92aa3fcf9 /sys/modules/Makefile | |
| parent | c1afff113ceec2c78b96b2e52379cb5a9275d5fb (diff) | |
| parent | e3680954376d380b897066a542ba7cf0b7ba9124 (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index a9a5c5ed98efd..876a13f19ea92 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -255,8 +255,6 @@ SUBDIR= \ ${_mwlfw} \ mxge \ my \ - ${_nandfs} \ - ${_nandsim} \ ${_nctgpio} \ ${_ndis} \ ${_netgraph} \ @@ -489,11 +487,6 @@ _mlx5ib= mlx5ib .endif .endif -.if ${MK_NAND} != "no" || defined(ALL_MODULES) -_nandfs= nandfs -_nandsim= nandsim -.endif - .if ${MK_NETGRAPH} != "no" || defined(ALL_MODULES) _netgraph= netgraph .endif |
