Deleted Added
sdiff udiff text old ( 60966 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/aha/Makefile 60966 2000-05-27 01:14:33Z peter $
2
3.PATH: ${.CURDIR}/../../dev/aha
4KMOD = aha
5SRCS = aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h aha.h \
6 opt_scsi.h isa_if.h
7CLEANFILES = aha.h
8
9aha.h:
10 echo "#define NAHA 1" > aha.h
11
12opt_scsi.h:
13 echo "#define SCSI_DELAY 15000" > opt_scsi.h
14
15.include <bsd.kmod.mk>