]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/hifn/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / hifn / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../dev/hifn
4 KMOD    = hifn
5 SRCS    = hifn7751.c opt_hifn.h
6 SRCS   += device_if.h bus_if.h pci_if.h
7 SRCS   += opt_bus.h cryptodev_if.h
8
9 .if !defined(KERNBUILDDIR)
10 opt_hifn.h:
11         echo "#define HIFN_DEBUG 1" > ${.TARGET}
12 .endif
13
14 .include <bsd.kmod.mk>