diff options
author | John Levon <john.levon@joyent.com> | 2018-12-12 17:14:02 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2018-12-12 17:14:02 +0000 |
commit | a73e3b64ee0001a3a427ff5243d364b4de1b2aa2 (patch) | |
tree | b5c840468f848da0c2f03c2599b8623f393ee72d /usr/src/cmd | |
parent | 0381111d9dabe1c1f33e656a47ee6c91c399c7e5 (diff) | |
download | illumos-joyent-smatch.tar.gz |
last fixes hopefullysmatch
Diffstat (limited to 'usr/src/cmd')
-rw-r--r-- | usr/src/cmd/mdb/intel/amd64/ip/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/mdb/intel/amd64/ip/Makefile b/usr/src/cmd/mdb/intel/amd64/ip/Makefile index 5112aeaac0..f7ebb0c677 100644 --- a/usr/src/cmd/mdb/intel/amd64/ip/Makefile +++ b/usr/src/cmd/mdb/intel/amd64/ip/Makefile @@ -22,6 +22,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. MODULE = ip.so MDBTGT = kvm @@ -34,3 +35,6 @@ include ../../Makefile.amd64 include ../../../Makefile.module CPPFLAGS += -I$(SRC)/uts/common/inet + +# needs work +SMOFF += shift_to_zero |