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,28 ****
include $(SRC)/cmd/Makefile.cmd
include $(SRC)/test/Makefile.com
# Shell scripts...
PROG = acquire-spray \
! acquire-compare
! PROG += eacq-enabler
ROOTOPTPKG = $(ROOT)/opt/os-tests
TESTDIR = $(ROOTOPTPKG)/tests/pf_key
CMDS = $(PROG:%=$(TESTDIR)/%)
--- 16,31 ----
include $(SRC)/cmd/Makefile.cmd
include $(SRC)/test/Makefile.com
# Shell scripts...
PROG = acquire-spray \
! acquire-compare \
! kmc-update
! # Binaries
! PROG += eacq-enabler \
! kmc-updater
ROOTOPTPKG = $(ROOT)/opt/os-tests
TESTDIR = $(ROOTOPTPKG)/tests/pf_key
CMDS = $(PROG:%=$(TESTDIR)/%)