mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
We don't need $M/$M in the path anymore.
Now that machdep files are gone, we don't need $S/$M/$M in the path to find them.
This commit is contained in:
parent
6c0331ea04
commit
ddeb85e131
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
S= ${SRCTOP}/sys
|
||||
|
||||
.PATH: $S/cam $S/cam/scsi $S/cam/ata $S/cam/nvme $S/dev/nvme $S/${MACHINE}/${MACHINE}
|
||||
.PATH: $S/cam $S/cam/scsi $S/cam/ata $S/cam/nvme $S/dev/nvme
|
||||
|
||||
KMOD= cam
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue