diff options
Diffstat (limited to 'usr')
-rw-r--r-- | usr/src/lib/libdscp/Makefile.com | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libdscp/Makefile.com b/usr/src/lib/libdscp/Makefile.com index ad61d43a21..f480c1ece2 100644 --- a/usr/src/lib/libdscp/Makefile.com +++ b/usr/src/lib/libdscp/Makefile.com @@ -22,8 +22,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# LIBRARY= libdscp.a VERS= .1 @@ -34,7 +32,7 @@ include ../../Makefile.lib include ../../Makefile.rootfs LIBS = $(DYNLIB) $(LINTLIB) -LDLIBS += -lc -lsocket -lnsl +LDLIBS += -lc -lsocket $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) CPPFLAGS += -I.. |