summaryrefslogtreecommitdiff
path: root/usr/src/cmd/adbgen
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2018-12-17 23:44:05 +0000
committerRobert Mustacchi <rm@joyent.com>2019-01-14 19:06:48 +0000
commit5661bb7641e85c46713da7a3002b29ecd2c3daf0 (patch)
treee0d0a4ec2e103c5c62feb664509414cd03f9f24e /usr/src/cmd/adbgen
parent05ede3db5e3b7d540afbccdc872c735770e82ef3 (diff)
downloadillumos-joyent-5661bb7641e85c46713da7a3002b29ecd2c3daf0.tar.gz
10080 smatch Makefile changes for usr/src/cmd
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/cmd/adbgen')
-rw-r--r--usr/src/cmd/adbgen/Makefile.com7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/cmd/adbgen/Makefile.com b/usr/src/cmd/adbgen/Makefile.com
index 17afe7784a..beeef6c0b0 100644
--- a/usr/src/cmd/adbgen/Makefile.com
+++ b/usr/src/cmd/adbgen/Makefile.com
@@ -25,6 +25,7 @@
#
# Copyright 2015 RackTop Systems.
#
+# Copyright (c) 2018, Joyent, Inc.
PROGS = adbgen1 adbgen3 adbgen4
OBJS = adbsub.o
@@ -36,6 +37,10 @@ CLOBBERFILES = $(PROGS) $(OBJS) $(SCRIPTS)
.KEEP_STATE:
include ../../Makefile.cmd
+include ../../Makefile.targ
+
+# not linted
+SMATCH=off
ROOTADBDIR32 = $(ROOT)/usr/lib/adb
ROOTADBDIR64 = $(ROOT)/usr/lib/adb/$(MACH64)
@@ -77,5 +82,3 @@ $(ROOTADBDIR32):
$(ROOTADBDIR64): $(ROOTADBDIR32)
$(INS.dir)
-
-include ../../Makefile.targ