Deleted Added
full compact
Makefile (150636) Makefile (151350)
1# $FreeBSD: head/sys/modules/hifn/Makefile 150636 2005-09-27 18:10:43Z mlaier $
1# $FreeBSD: head/sys/modules/hifn/Makefile 151350 2005-10-14 23:30:17Z yar $
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 crypto_if.h
8
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 crypto_if.h
8
9.if !defined(KERNBUILDDIR)
9opt_hifn.h:
10 echo "#define HIFN_DEBUG 1" > opt_hifn.h
10opt_hifn.h:
11 echo "#define HIFN_DEBUG 1" > opt_hifn.h
12.endif
11
12.include <bsd.kmod.mk>
13
14.include <bsd.kmod.mk>