From: florian Date: Fri, 14 Sep 2018 10:28:55 +0000 (+0000) Subject: No longer needed since the ping/ping6 unification. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=726ca1ae222ed3ffe4e1e544a849398f0693c34a;p=openbsd No longer needed since the ping/ping6 unification. Pointed out by Clemens Goessnitzer (clemens AT goessnitzer.info), thanks! --- diff --git a/usr.bin/bgplg/ping6/Makefile b/usr.bin/bgplg/ping6/Makefile deleted file mode 100644 index 0cbbe804c52..00000000000 --- a/usr.bin/bgplg/ping6/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $OpenBSD: Makefile,v 1.2 2014/12/23 19:32:16 pascal Exp $ - -PROGDIR= ${.CURDIR}/../../../sbin/ping6 - -LDSTATIC= ${STATIC} -CFLAGS+= -I${PROGDIR} -NOMAN= yes - -.include "${PROGDIR}/Makefile" - -BINDIR= /var/www/bin -BINMODE= 000 - -.PATH: ${PROGDIR}