aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted/map-mbone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mrouted/map-mbone/Makefile')
-rw-r--r--usr.sbin/mrouted/map-mbone/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/usr.sbin/mrouted/map-mbone/Makefile b/usr.sbin/mrouted/map-mbone/Makefile
deleted file mode 100644
index f99247b62500..000000000000
--- a/usr.sbin/mrouted/map-mbone/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $FreeBSD$
-
-S= ${.CURDIR}/..
-.PATH: $S
-
-PROG= map-mbone
-MAN= map-mbone.8
-SRCS= mapper.c
-
-CFLAGS+= -I$S
-
-DPADD= ${LIBMROUTED}
-LDADD= ${LIBMROUTED}
-
-.include <bsd.prog.mk>