Deleted Added
full compact
Makefile (167755) Makefile (182668)
1# $FreeBSD: head/sys/modules/hifn/Makefile 167755 2007-03-21 03:42:51Z sam $
1# $FreeBSD: head/sys/modules/hifn/Makefile 182668 2008-09-01 23:59:00Z imp $
2
3.PATH: ${.CURDIR}/../../dev/hifn
4KMOD = hifn
5SRCS = hifn7751.c opt_hifn.h
6SRCS += device_if.h bus_if.h pci_if.h
7SRCS += opt_bus.h cryptodev_if.h
8
9.if !defined(KERNBUILDDIR)
10opt_hifn.h:
2
3.PATH: ${.CURDIR}/../../dev/hifn
4KMOD = hifn
5SRCS = hifn7751.c opt_hifn.h
6SRCS += device_if.h bus_if.h pci_if.h
7SRCS += opt_bus.h cryptodev_if.h
8
9.if !defined(KERNBUILDDIR)
10opt_hifn.h:
11 echo "#define HIFN_DEBUG 1" > opt_hifn.h
11 echo "#define HIFN_DEBUG 1" > ${.TARGET}
12.endif
13
14.include <bsd.kmod.mk>
12.endif
13
14.include <bsd.kmod.mk>