diff options
| author | Andrew Stormont <astormont@racktopsystems.com> | 2015-12-02 19:15:44 +0300 |
|---|---|---|
| committer | Gordon Ross <gwr@nexenta.com> | 2015-12-09 19:07:12 -0500 |
| commit | d50bcaae2118610560f2b107d0d282315e47e4e4 (patch) | |
| tree | 96726e64d7a4c95a7955a4d26f2f15090aa3fd2f /usr/src/cmd/adbgen | |
| parent | 289f7e33e45aca289f5680be1d8c2df820ba61bc (diff) | |
| download | illumos-joyent-d50bcaae2118610560f2b107d0d282315e47e4e4.tar.gz | |
6492 Several commands/libraries build missing LDLIBS
Reviewed by: Robert Mustacci <rm@joyent.com>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/cmd/adbgen')
| -rw-r--r-- | usr/src/cmd/adbgen/Makefile.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/adbgen/Makefile.com b/usr/src/cmd/adbgen/Makefile.com index 16e859da99..17afe7784a 100644 --- a/usr/src/cmd/adbgen/Makefile.com +++ b/usr/src/cmd/adbgen/Makefile.com @@ -23,7 +23,7 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" +# Copyright 2015 RackTop Systems. # PROGS = adbgen1 adbgen3 adbgen4 @@ -54,7 +54,7 @@ install: $$(ROOTPROGS) $$(ROOTOBJS) $$(ROOTSCRIPTS) clean: adbgen%: ../common/adbgen%.c - $(LINK.c) -o $@ $< + $(LINK.c) -o $@ $< $(LDLIBS) $(POST_PROCESS) %.o: ../common/%.c |
