aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ping6/Makefile')
-rw-r--r--sbin/ping6/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile
deleted file mode 100644
index b658f32f06e9..000000000000
--- a/sbin/ping6/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $FreeBSD$
-
-.include <src.opts.mk>
-
-PACKAGE=runtime
-PROG= ping6
-MAN= ping6.8
-
-CFLAGS+=-DIPSEC -DKAME_SCOPEID
-
-BINOWN= root
-BINMODE=4555
-
-LIBADD= ipsec m md
-
-.if ${MK_DYNAMICROOT} == "no"
-.warning ${PROG} built without libcasper support
-.elif ${MK_CASPER} != "no" && !defined(RESCUE)
-LIBADD+= casper
-LIBADD+= cap_dns
-CFLAGS+=-DWITH_CASPER
-.endif
-
-HAS_TESTS=
-SUBDIR.${MK_TESTS}+= tests
-
-.include <bsd.prog.mk>