88030a5eb0
kernel config. Also tidy up the ed options.
17 lines
291 B
Makefile
17 lines
291 B
Makefile
# $FreeBSD$
|
|
|
|
SYSDIR?=${.CURDIR}/../..
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
|
|
|
.PATH: ${SYSDIR}/dev/dpt
|
|
KMOD= dpt
|
|
SRCS= dpt_scsi.c dpt.h \
|
|
dpt_pci.c pci_if.h \
|
|
opt_dpt.h opt_eisa.h \
|
|
opt_cam.h opt_scsi.h \
|
|
device_if.h bus_if.h
|
|
|
|
SRCS.DEV_EISA= dpt_eisa.c eisa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|