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:
Dimitry Andric 2022-07-27 21:04:22 +02:00
parent 24e8823ef5
commit dfddfe29d8

View File

@ -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