summaryrefslogtreecommitdiff
path: root/usr/src/cmd/cmd-inet/usr.sbin/ping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/cmd-inet/usr.sbin/ping/Makefile')
-rw-r--r--usr/src/cmd/cmd-inet/usr.sbin/ping/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.sbin/ping/Makefile b/usr/src/cmd/cmd-inet/usr.sbin/ping/Makefile
index 905f389570..fbde8724c6 100644
--- a/usr/src/cmd/cmd-inet/usr.sbin/ping/Makefile
+++ b/usr/src/cmd/cmd-inet/usr.sbin/ping/Makefile
@@ -33,10 +33,10 @@ $(ROOTUSRSBIN)/ping := FILEMODE= 04555
# Ping 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 and 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 += -lxnet -lsocket -lnsl -lm -linetutil
+LDLIBS += -lxnet -lsocket -lm -linetutil
# These #defines are required to use SUSv3 interfaces
CPPFLAGS += -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
@@ -62,7 +62,7 @@ $(PROG): $(OBJS)
install: all $(ROOTUSRSBINPROG)
-clean:
+clean:
$(RM) $(OBJS)
lint: lint_SRCS