9 lines
209 B
Makefile
9 lines
209 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../dev/ips
|
||
|
KMOD = ips
|
||
|
SRCS = ips.c ips_pci.c ips.h ips_disk.c ips_disk.h ips_commands.c \
|
||
|
ips_ioctl.h ips_ioctl.c device_if.h bus_if.h pci_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|