diff options
author | Andrew Stormont <astormont@racktopsystems.com> | 2018-05-31 22:56:27 +0100 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2018-06-22 14:30:12 -0400 |
commit | 88e55da9244bc48e3b3ad957a29e4be71309adcd (patch) | |
tree | 3767578749299800dfe05296ae2b1de3721f1f07 | |
parent | 553e44ce7e541a9e1404b1ead92be0753668710a (diff) | |
download | illumos-joyent-88e55da9244bc48e3b3ad957a29e4be71309adcd.tar.gz |
9319 Duplicate include in usr/src/tools/elfextract/Makefile
Reviewed by: Andy Fiddaman <af@citrus-it.net>
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r-- | usr/src/tools/elfextract/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/tools/elfextract/Makefile b/usr/src/tools/elfextract/Makefile index 9f153231fb..35fa26e284 100644 --- a/usr/src/tools/elfextract/Makefile +++ b/usr/src/tools/elfextract/Makefile @@ -23,8 +23,8 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # - -include ../Makefile.tools +# Copyright 2018 RackTop Systems. +# PROG = elfextract |