Makefile revision 167755
1# $FreeBSD: head/sys/modules/ubsec/Makefile 167755 2007-03-21 03:42:51Z sam $
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 cryptodev_if.h
8
9.if !defined(KERNBUILDDIR)
10opt_ubsec.h:
11	echo "#define UBSEC_DEBUG 1" > opt_ubsec.h
12.endif
13
14.include <bsd.kmod.mk>
15