Print this page
8927 sadb_x_kmc_t's KM cookie should be 64-bits
Reviewed by: Jason King <jason.king@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Yuri Pankov <yuripv@gmx.com>

@@ -16,13 +16,16 @@
 include $(SRC)/cmd/Makefile.cmd
 include $(SRC)/test/Makefile.com
 
 # Shell scripts...
 PROG =  acquire-spray \
-        acquire-compare
+        acquire-compare \
+        kmc-update
 
-PROG += eacq-enabler
+# Binaries
+PROG += eacq-enabler \
+        kmc-updater
 
 ROOTOPTPKG = $(ROOT)/opt/os-tests
 TESTDIR = $(ROOTOPTPKG)/tests/pf_key
 
 CMDS = $(PROG:%=$(TESTDIR)/%)