diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2018-09-14 10:28:56 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2018-09-14 10:28:56 +0000 |
commit | f72a19599e4689692fa7aafb4dac3b120e2f93b8 (patch) | |
tree | 45cb92395fac98662c7ac4611d32bef614c5b200 /usr.bin | |
parent | 9c9f8c170facac1cdabbe4246616659a6e68f849 (diff) |
No longer needed since the ping/ping6 unification.
Pointed out by Clemens Goessnitzer (clemens AT goessnitzer.info), thanks!
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/bgplg/ping6/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
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} |