Deleted Added
sdiff udiff text old ( 70187 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/sym/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
3.PATH: ${.CURDIR}/../../dev/sym
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
9.include <bsd.kmod.mk>