aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ips/Makefile
blob: 7c96a1317fe01740a8b6d95fc5873ad7ae7d566b (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD: src/sys/modules/ips/Makefile,v 1.1.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $

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