diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-05-11 06:36:49 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-05-11 06:36:49 +0000 |
| commit | 2aedd662d8ab5bdd421bbae90f92a79b96e64e57 (patch) | |
| tree | b7c086b0845252ec01b28e4f4b711ae1aa233f25 /sys/modules/ips | |
| parent | 5639836dcf9a01d11197fff3c005f2498f689d2c (diff) | |
Notes
Diffstat (limited to 'sys/modules/ips')
| -rw-r--r-- | sys/modules/ips/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/ips/Makefile b/sys/modules/ips/Makefile new file mode 100644 index 000000000000..4ec20a3d05ba --- /dev/null +++ b/sys/modules/ips/Makefile @@ -0,0 +1,8 @@ +# $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> |
