Deleted Added
sdiff udiff text old ( 70187 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/sym/Makefile 70187 2000-12-19 12:27:53Z alex $
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
7
8.include <bsd.kmod.mk>