diff options
Diffstat (limited to 'usr/src/cmd/filebench/Makefile.com')
| -rw-r--r-- | usr/src/cmd/filebench/Makefile.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/filebench/Makefile.com b/usr/src/cmd/filebench/Makefile.com index dbd3114a43..80b75065c9 100644 --- a/usr/src/cmd/filebench/Makefile.com +++ b/usr/src/cmd/filebench/Makefile.com @@ -22,7 +22,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" .KEEP_STATE: @@ -39,6 +38,7 @@ SRCS = \ gamma_dist.c \ ipc.c \ misc.c \ + multi_client_sync.c \ procflow.c \ stats.c \ threadflow.c \ @@ -58,7 +58,7 @@ CLEANFILES += parser_gram.c parser_gram.h parser_lex.c y.tab.h y.tab.c CPPFLAGS += -I. -I../common CFLAGS += $(CCVERBOSE) $(CTF_FLAGS) CFLAGS64 += $(CCVERBOSE) $(CTF_FLAGS) -LDLIBS += -lkstat -lm -ltecla +LDLIBS += -lkstat -lm -ltecla -lsocket -lnsl LFLAGS = -t -v YFLAGS = -d |
