Author: bz
Date: Thu Jan  7 12:58:03 2010
New Revision: 201742
URL: http://svn.freebsd.org/changeset/base/201742

Log:
  After adding an SDT provider for opencrypto in r199884 we should also
  depend on opt_kdtrace.h for the module build.
  
  Submitted by: (Andre.Albsmeier siemens.com)
  MFC after:    3 days

Modified:
  head/sys/modules/crypto/Makefile

Modified: head/sys/modules/crypto/Makefile
==============================================================================
--- head/sys/modules/crypto/Makefile    Thu Jan  7 12:06:32 2010        
(r201741)
+++ head/sys/modules/crypto/Makefile    Thu Jan  7 12:58:03 2010        
(r201742)
@@ -16,6 +16,6 @@ SRCS  += skipjack.c bf_enc.c bf_skey.c
 SRCS   += des_ecb.c des_enc.c des_setkey.c
 SRCS   += sha1.c sha2.c
 SRCS   += opt_param.h cryptodev_if.h bus_if.h device_if.h
-SRCS   += opt_ddb.h
+SRCS   += opt_ddb.h opt_kdtrace.h
 SRCS   += camellia.c camellia-api.c
 .include <bsd.kmod.mk>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to