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