Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev Link new opencrypto library into the build.



details:   https://anonhg.NetBSD.org/src/rev/c9b923d6e186
branches:  trunk
changeset: 792708:c9b923d6e186
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Jan 14 17:17:52 2014 +0000

description:
Link new opencrypto library into the build.

diffstat:

 sys/rump/dev/Makefile.rumpdevcomp |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 677966f8edf5 -r c9b923d6e186 sys/rump/dev/Makefile.rumpdevcomp
--- a/sys/rump/dev/Makefile.rumpdevcomp Tue Jan 14 17:15:09 2014 +0000
+++ b/sys/rump/dev/Makefile.rumpdevcomp Tue Jan 14 17:17:52 2014 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile.rumpdevcomp,v 1.6 2011/03/31 08:22:54 pooka Exp $
+#      $NetBSD: Makefile.rumpdevcomp,v 1.7 2014/01/14 17:17:52 pgoyette Exp $
 #
 
 RUMPDEVCOMP=   audio bpf cgd disk dm drvctl fss md netsmb pad pud      \
-               putter raidframe rnd scsipi scsitest sysmon wscons
+               putter raidframe rnd scsipi scsitest sysmon wscons      \
+               opencrypto
 
 RUMPUSBDEVS=   ubt ucom ugenhc ulpt umass usb
 



Home | Main Index | Thread Index | Old Index