diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /usr.sbin/mrouted/Makefile |
initial import of NetBSD tree
Diffstat (limited to 'usr.sbin/mrouted/Makefile')
-rw-r--r-- | usr.sbin/mrouted/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/mrouted/Makefile b/usr.sbin/mrouted/Makefile new file mode 100644 index 00000000000..fc24ca1911d --- /dev/null +++ b/usr.sbin/mrouted/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.5 1995/10/09 03:51:32 thorpej Exp $ +# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp + +PROG= mrouted +SRCS= igmp.c inet.c kern.c config.c cfparse.c main.c route.c vif.c \ + prune.c callout.c +MAN= mrouted.8 + +CLEANFILES+= cfparse.c y.tab.h + +.include <bsd.prog.mk> |