Deleted Added
full compact
Makefile (70187) Makefile (70711)
1# $FreeBSD: head/sys/modules/sym/Makefile 70187 2000-12-19 12:27:53Z alex $
1# $FreeBSD: head/sys/modules/sym/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
2
3.PATH: ${.CURDIR}/../../dev/sym
4KMOD = sym
5SRCS = sym_hipd.c opt_sym.h opt_cam.h opt_scsi.h
6SRCS += device_if.h bus_if.h pci_if.h
3.PATH: ${.CURDIR}/../../dev/sym
7
4
5KMOD= sym
6SRCS= sym_hipd.c opt_sym.h opt_cam.h opt_scsi.h
7SRCS+= device_if.h bus_if.h pci_if.h
8
8.include <bsd.kmod.mk>
9.include <bsd.kmod.mk>