diff options
Diffstat (limited to 'usr/src/cmd/adbgen/Makefile.com')
| -rw-r--r-- | usr/src/cmd/adbgen/Makefile.com | 7 |
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 |
