]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ahb/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sys / modules / ahb / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/ahb
4
5 KMOD=   ahb
6 SRCS=   ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h opt_scsi.h
7
8 .if !defined(KERNBUILDDIR)
9 opt_scsi.h:
10         echo "#define SCSI_DELAY 15000" > ${.TARGET}
11 .endif
12
13 .include <bsd.kmod.mk>