summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-03-05 22:09:46 +0000
committerwiz <wiz@NetBSD.org>2003-03-05 22:09:46 +0000
commitd201ab97524d0dea49ef4e231fb7d075589b4aa9 (patch)
treeb88119ec6d6986a054b3dd358ae5a69b36b58555 /gnu/usr.sbin
parent54ad96333df255c3f07add7859d4827eae487197 (diff)
Moved back to usr.sbin.
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/map-mbone/Makefile13
-rw-r--r--gnu/usr.sbin/mrinfo/Makefile15
-rw-r--r--gnu/usr.sbin/mrouted/Makefile17
-rw-r--r--gnu/usr.sbin/mtrace/Makefile16
4 files changed, 0 insertions, 61 deletions
diff --git a/gnu/usr.sbin/map-mbone/Makefile b/gnu/usr.sbin/map-mbone/Makefile
deleted file mode 100644
index 7843fe0c844..00000000000
--- a/gnu/usr.sbin/map-mbone/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2002/10/01 03:50:12 itojun Exp $
-# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
-
-.include <bsd.own.mk>
-
-.PATH: ${NETBSDSRCDIR}/gnu/dist/map-mbone ${NETBSDSRCDIR}/gnu/dist/mrouted
-CPPFLAGS+= -I${NETBSDSRCDIR}/gnu/dist/mrouted
-
-PROG= map-mbone
-SRCS= igmp.c inet.c kern.c mapper.c
-MAN= map-mbone.8
-
-.include <bsd.prog.mk>
diff --git a/gnu/usr.sbin/mrinfo/Makefile b/gnu/usr.sbin/mrinfo/Makefile
deleted file mode 100644
index df81c8acb06..00000000000
--- a/gnu/usr.sbin/mrinfo/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2002/10/01 03:50:12 itojun Exp $
-# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
-
-.include <bsd.own.mk>
-
-.PATH: ${NETBSDSRCDIR}/gnu/dist/mrinfo ${NETBSDSRCDIR}/gnu/dist/mrouted
-CPPFLAGS+= -I${NETBSDSRCDIR}/gnu/dist/mrouted
-
-PROG= mrinfo
-SRCS= igmp.c inet.c kern.c mrinfo.c
-MAN= mrinfo.8
-BINOWN= root
-BINMODE=4555
-
-.include <bsd.prog.mk>
diff --git a/gnu/usr.sbin/mrouted/Makefile b/gnu/usr.sbin/mrouted/Makefile
deleted file mode 100644
index 28d5d6bbfda..00000000000
--- a/gnu/usr.sbin/mrouted/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2002/10/17 12:50:00 itojun Exp $
-# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
-
-.include <bsd.own.mk>
-
-PROG= mrouted
-SRCS= callout.c cfparse.y config.c igmp.c inet.c kern.c main.c prune.c \
- route.c vif.c
-MAN= mrouted.8
-
-LDADD+= -lutil
-DPADD+= ${LIBUTIL}
-CPPFLAGS+=-I${NETBSDSRCDIR}/gnu/dist/mrouted -I${.CURDIR}
-
-.PATH: ${NETBSDSRCDIR}/gnu/dist/mrouted
-
-.include <bsd.prog.mk>
diff --git a/gnu/usr.sbin/mtrace/Makefile b/gnu/usr.sbin/mtrace/Makefile
deleted file mode 100644
index 047dd680c0f..00000000000
--- a/gnu/usr.sbin/mtrace/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2002/10/01 03:50:12 itojun Exp $
-# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
-
-.include <bsd.own.mk>
-
-.PATH: ${NETBSDSRCDIR}/gnu/dist/mrouted ${NETBSDSRCDIR}/gnu/dist/mtrace
-CPPFLAGS+= -I${NETBSDSRCDIR}/gnu/dist/mrouted
-
-PROG= mtrace
-SRCS= igmp.c inet.c kern.c mtrace.c
-MAN= mtrace.8
-
-BINMODE=4555
-BINOWN= root
-
-.include <bsd.prog.mk>