Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/x_ping Build ping without IPSEC.
details: https://anonhg.NetBSD.org/src/rev/fde9a5359d2c
branches: trunk
changeset: 477257:fde9a5359d2c
user: pk <pk%NetBSD.org@localhost>
date: Mon Oct 18 20:19:39 1999 +0000
description:
Build ping without IPSEC.
diffstat:
distrib/utils/x_ping/Makefile | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r d573c822cdba -r fde9a5359d2c distrib/utils/x_ping/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/utils/x_ping/Makefile Mon Oct 18 20:19:39 1999 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 1999/10/18 20:19:39 pk Exp $
+# Build ping without IPSEC
+
+SRCDIR= ${.CURDIR}/../../../sbin/ping
+PROG= ping
+MKMAN= no
+LDADD= -lm
+CPPFLAGS+= -I${SRCDIR}
+
+all: ${PROG}
+
+.include <bsd.prog.mk>
+
+.PATH: ${SRCDIR}
Home |
Main Index |
Thread Index |
Old Index