summaryrefslogtreecommitdiff
path: root/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/cmd-inet/usr.lib/in.ndpd/Makefile')
-rw-r--r--usr/src/cmd/cmd-inet/usr.lib/in.ndpd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/Makefile b/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/Makefile
index bc2815c8d7..e1277f4e1d 100644
--- a/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/Makefile
+++ b/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/Makefile
@@ -18,11 +18,11 @@
#
# CDDL HEADER END
#
+
+#
# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# cmd/cmd-inet/usr.lib/in.ndpd/Makefile
-#
PROG= in.ndpd
OBJS= config.o main.o ndp.o tables.o trace.o
@@ -36,10 +36,10 @@ ROOTMANIFESTDIR= $(ROOTSVCNETWORKROUTING)
# in.ndpd uses the ancillary data feature which is available only through
# UNIX 98 standards version of Socket interface. This interface is supposed to
-# be accessed by -lxnet. In addition -lsocket and -lnsl are used to
+# be accessed by -lxnet. In addition -lsocket is used to
# capture new not-yet-standard interfaces. Someday -lxnet alone should be enough
# when IPv6 inspired new interfaces are part of standards.
-LDLIBS += -ldhcpagent -lxnet -lsocket -lnsl -lipadm
+LDLIBS += -ldhcpagent -lxnet -lsocket -lipadm
# these #defines are required to use UNIX 98 interfaces
_D_UNIX98_EXTN= -D_XOPEN_SOURCE=500 -D__EXTENSIONS__