mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 00:33:30 +00:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
9 lines
150 B
Makefile
9 lines
150 B
Makefile
.PATH: ${SRCTOP}/sys/dev/hptiop
|
|
|
|
KMOD= hptiop
|
|
SRCS= hptiop.c
|
|
SRCS+= opt_scsi.h opt_cam.h
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|