Displaying 1 result from an estimated 1 matches for "ubsec_debug".
Did you mean:
  ipsec_debug
  
2003 Jun 04
0
buildkernel fails in hifn
...2002 23:38:47 -0000	1.2.2.1
+++ Makefile	5 Jun 2003 03:48:53 -0000
@@ -2,8 +2,11 @@
 
 .PATH:	${.CURDIR}/../../dev/ubsec
 KMOD	= ubsec
-SRCS	= ubsec.c
+SRCS	= ubsec.c opt_ubsec.h
 SRCS   += device_if.h bus_if.h pci_if.h
 SRCS   += opt_bdg.h opt_bus.h crypto_if.h
 
+opt_ubsec.h:
+	echo "#define UBSEC_DEBUG 1" > opt_ubsec.h
+ 
 .include <bsd.kmod.mk>
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/sys/modules/hifn/Makefile,v
retrieving revision 1.2.2.1
diff -u -r1.2.2.1 Makefile
--- Makefile	21 Nov 2002 23:38:46 -0000	1.2.2.1...