diff options
Diffstat (limited to 'usr/src/lib/libuutil/Makefile.com')
-rw-r--r-- | usr/src/lib/libuutil/Makefile.com | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/lib/libuutil/Makefile.com b/usr/src/lib/libuutil/Makefile.com index 0411ca476d..ce20a81894 100644 --- a/usr/src/lib/libuutil/Makefile.com +++ b/usr/src/lib/libuutil/Makefile.com @@ -19,10 +19,7 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# ident "%Z%%M% %I% %E% SMI" +# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. # LIBRARY = libuutil.a @@ -38,6 +35,7 @@ OBJECTS = \ uu_misc.o \ uu_open.o \ uu_pname.o \ + uu_string.o \ uu_strtoint.o include ../../Makefile.lib |