diff options
Diffstat (limited to 'usr/src/lib/libuuid/Makefile.com')
-rw-r--r-- | usr/src/lib/libuuid/Makefile.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libuuid/Makefile.com b/usr/src/lib/libuuid/Makefile.com index 7329255870..d1178c5bc6 100644 --- a/usr/src/lib/libuuid/Makefile.com +++ b/usr/src/lib/libuuid/Makefile.com @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -35,7 +35,7 @@ include ../../Makefile.lib include ../../Makefile.rootfs LIBS = $(DYNLIB) $(LINTLIB) -LDLIBS += -lsocket -lnsl -lc +LDLIBS += -lsocket -lnsl -lc -ldlpi -ldladm SRCDIR = ../common $(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) |