]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/ips/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / ips / Makefile
1 # $FreeBSD$
2
3 .PATH:          ${.CURDIR}/../../dev/ips
4 KMOD            = ips
5 SRCS            = ips.c ips_pci.c ips.h ips_disk.c ips_disk.h ips_commands.c \
6                         ips_ioctl.h ips_ioctl.c device_if.h bus_if.h pci_if.h 
7
8 .include <bsd.kmod.mk>