mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unnecessary terminating slash in iscsi module Makefile
The additional slash causes double slashes in the filenames that eventually get passed to the compiler. MFC after: 3 days
This commit is contained in:
parent
24e8823ef5
commit
dfddfe29d8
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
SYSDIR?=${SRCTOP}/sys
|
||||
.include "${SYSDIR}/conf/kern.opts.mk"
|
||||
|
||||
.PATH: ${SRCTOP}/sys/dev/iscsi/
|
||||
.PATH: ${SRCTOP}/sys/dev/iscsi
|
||||
KMOD= iscsi
|
||||
|
||||
SRCS= iscsi.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue