aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/dpt
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-11-13 20:00:54 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-11-13 20:00:54 +0000
commit61691153bd7c2c6315bcd012a79e451a0710fc10 (patch)
tree0c396267ad621cb51dd9b1632f0219e41c4d218f /sys/modules/dpt
parent8a38d62c30c5c0af177f5d0240d29f7ab697b5be (diff)
Notes
Diffstat (limited to 'sys/modules/dpt')
-rw-r--r--sys/modules/dpt/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/dpt/Makefile b/sys/modules/dpt/Makefile
index 15019e090011..21b3b08ea397 100644
--- a/sys/modules/dpt/Makefile
+++ b/sys/modules/dpt/Makefile
@@ -20,7 +20,6 @@ opt_eisa.h:
.else
.if !defined(KERNBUILDDIR)
SRCS+= dpt_eisa.c eisa_if.h
-#SRCS+= dpt_isa.c isa_if.h
opt_eisa.h:
echo "#define DEV_EISA 1" > ${.TARGET}
@@ -29,7 +28,6 @@ DEV_EISA!= sed -n '/DEV_EISA/p' ${KERNBUILDDIR}/opt_eisa.h
.if !empty(DEV_EISA)
SRCS+= dpt_eisa.c eisa_if.h
.endif
-#SRCS+= dpt_isa.c isa_if.h
.endif
.endif