162914Sume# Copyright (c) 1996 WIDE Project. All rights reserved.
262914Sume#
362914Sume# Redistribution and use in source and binary forms, with or without
462914Sume# modifications, are permitted provided that the above copyright notice
562914Sume# and this paragraph are duplicated in all such forms and that any
662914Sume# documentation, advertising materials, and other materials related to
762914Sume# such distribution and use acknowledge that the software was developed
862914Sume# by the WIDE Project, Japan. The name of the Project may not be used to
962914Sume# endorse or promote products derived from this software without
1062914Sume# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
1162914Sume# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
1262914Sume# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1362914Sume# A PARTICULAR PURPOSE.
1474532Sru#
1574532Sru# $FreeBSD$
1662914Sume
1762914SumePROG=	mld6query
1880029SobrienMAN=	mld6query.8
1962914SumeSRCS=	mld6.c
2062914Sume
21160755SyarCFLAGS+= -DIPSEC -DUSE_RFC2292BIS
2262914Sume
23201390SedWARNS?=	2
24201390Sed
2562914Sume.include <bsd.prog.mk>
26