Deleted Added
full compact
Makefile (150636) Makefile (151350)
1# $FreeBSD: head/sys/modules/ubsec/Makefile 150636 2005-09-27 18:10:43Z mlaier $
1# $FreeBSD: head/sys/modules/ubsec/Makefile 151350 2005-10-14 23:30:17Z yar $
2
3.PATH: ${.CURDIR}/../../dev/ubsec
4KMOD = ubsec
5SRCS = ubsec.c opt_ubsec.h
6SRCS += device_if.h bus_if.h pci_if.h
7SRCS += opt_bus.h crypto_if.h
8
2
3.PATH: ${.CURDIR}/../../dev/ubsec
4KMOD = ubsec
5SRCS = ubsec.c opt_ubsec.h
6SRCS += device_if.h bus_if.h pci_if.h
7SRCS += opt_bus.h crypto_if.h
8
9.if !defined(KERNBUILDDIR)
9opt_ubsec.h:
10 echo "#define UBSEC_DEBUG 1" > opt_ubsec.h
10opt_ubsec.h:
11 echo "#define UBSEC_DEBUG 1" > opt_ubsec.h
12.endif
11
12.include <bsd.kmod.mk>
13
14.include <bsd.kmod.mk>