From c21bc25a04f686af4391350b6189ea75721b6f73 Mon Sep 17 00:00:00 2001 From: pk Date: Mon, 18 Oct 1999 20:19:39 +0000 Subject: [PATCH] Build ping without IPSEC. --- distrib/utils/x_ping/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 distrib/utils/x_ping/Makefile diff --git a/distrib/utils/x_ping/Makefile b/distrib/utils/x_ping/Makefile new file mode 100644 index 000000000000..2d75d2ad120b --- /dev/null +++ b/distrib/utils/x_ping/Makefile @@ -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 + +.PATH: ${SRCDIR}