Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/utils/x_ping6 Pull up revision 1.4 (requested b...
details: https://anonhg.NetBSD.org/src/rev/af6a29e68e4e
branches: netbsd-1-5
changeset: 489917:af6a29e68e4e
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 13:08:52 2000 +0000
description:
Pull up revision 1.4 (requested by he):
Now needs libm. Fixes PR#11162.
diffstat:
distrib/utils/x_ping6/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 8fa4a1c55f57 -r af6a29e68e4e distrib/utils/x_ping6/Makefile
--- a/distrib/utils/x_ping6/Makefile Wed Oct 18 18:27:54 2000 +0000
+++ b/distrib/utils/x_ping6/Makefile Thu Oct 19 13:08:52 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/05/18 01:10:30 matt Exp $
+# $NetBSD: Makefile,v 1.3.4.1 2000/10/19 13:08:52 he Exp $
# Build ping6 without IPSEC
SRCDIR= ${.CURDIR}/../../../sbin/ping6
@@ -13,6 +13,9 @@
# KAME scope id hack
CPPFLAGS+=-DKAME_SCOPEID
+LDADD+= -lm
+DPADD+= ${LIBM}
+
.include <bsd.prog.mk>
.PATH: ${SRCDIR}
Home |
Main Index |
Thread Index |
Old Index