diff options
author | Robert Mustacchi <rm@fingolfin.org> | 2021-09-16 08:07:40 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2021-12-03 20:01:18 +0000 |
commit | 74079a53e205d2eeb75b215833ddc684a1db3088 (patch) | |
tree | caf8dfa71f896018fe67131760571920f9aed045 /usr/src/test | |
parent | eb96f8f799ef5344a5736dd0f1721bc2ee59f980 (diff) | |
download | illumos-gate-74079a53e205d2eeb75b215833ddc684a1db3088.tar.gz |
14092 imc(7D) should not be under i86pc
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/test')
-rw-r--r-- | usr/src/test/os-tests/tests/imc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/test/os-tests/tests/imc/Makefile b/usr/src/test/os-tests/tests/imc/Makefile index d62c8048f1..cbf3d81654 100644 --- a/usr/src/test/os-tests/tests/imc/Makefile +++ b/usr/src/test/os-tests/tests/imc/Makefile @@ -39,7 +39,7 @@ include $(SRC)/cmd/Makefile.cmd include $(SRC)/test/Makefile.com include $(SRC)/cmd/Makefile.ctf -CPPFLAGS += -I$(SRC)/uts/i86pc/io/imc +CPPFLAGS += -I$(SRC)/uts/intel/io/imc CMDS = $(PROG:%=$(TESTDIR)/%) $(CMDS) := FILEMODE = 0555 |