freebsd-dev/sys/modules/ida/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
143 B
Makefile
Raw Normal View History

2004-01-11 07:01:30 +00:00
# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/ida
2004-01-11 07:01:30 +00:00
KMOD= ida
SRCS= ida.c ida_disk.c ida_pci.c \
device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>