Print this page
9600 LDT still not happy under KPTI
*** 9,20 ****
# http://www.illumos.org/license/CDDL.
#
#
# Copyright (c) 2012, 2016 by Delphix. All rights reserved.
! # Copyright 2017 Joyent, Inc.
#
SUBDIRS = poll secflags sigqueue spoof-ras sdevfs sockfs stress file-locking \
! pf_key
include $(SRC)/test/Makefile.com
--- 9,22 ----
# http://www.illumos.org/license/CDDL.
#
#
# Copyright (c) 2012, 2016 by Delphix. All rights reserved.
! # Copyright 2018 Joyent, Inc.
#
+ SUBDIRS_i386 = i386
+
SUBDIRS = poll secflags sigqueue spoof-ras sdevfs sockfs stress file-locking \
! pf_key $(SUBDIRS_$(MACH))
include $(SRC)/test/Makefile.com