Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/x_ping6 ping6 without IPsec.
details: https://anonhg.NetBSD.org/src/rev/7e469a196fc4
branches: trunk
changeset: 480113:7e469a196fc4
user: itojun <itojun%NetBSD.org@localhost>
date: Tue Jan 04 08:14:12 2000 +0000
description:
ping6 without IPsec.
diffstat:
distrib/utils/x_ping6/Makefile | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r d9f898b05879 -r 7e469a196fc4 distrib/utils/x_ping6/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/utils/x_ping6/Makefile Tue Jan 04 08:14:12 2000 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2000/01/04 08:14:12 itojun Exp $
+# Build ping6 without IPSEC
+
+SRCDIR= ${.CURDIR}/../../../sbin/ping6
+PROG= ping6
+NOMAN= yes
+
+CPPFLAGS+=-I${SRCDIR}
+CPPFLAGS+=-DINET6
+
+# KAME scope id hack
+CPPFLAGS+=-DKAME_SCOPEID
+
+.include <bsd.prog.mk>
+
+.PATH: ${SRCDIR}
Home |
Main Index |
Thread Index |
Old Index