summaryrefslogtreecommitdiff
path: root/usr/src/lib/libproc/amd64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libproc/amd64/Makefile')
-rw-r--r--usr/src/lib/libproc/amd64/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libproc/amd64/Makefile b/usr/src/lib/libproc/amd64/Makefile
index 1e20da114e..01b08012b0 100644
--- a/usr/src/lib/libproc/amd64/Makefile
+++ b/usr/src/lib/libproc/amd64/Makefile
@@ -22,8 +22,6 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
# This is a 64-bit build, and as such needs 64-bit ELF support
CMNOBJS64 = Psymtab_machelf64.o
@@ -32,5 +30,6 @@ include ../Makefile.com
include ../../Makefile.lib.64
CPPFLAGS += -D_SYSCALL32
+LDLIBS += -lsaveargs
install: all $(ROOTLIBS64) $(ROOTLINKS64)