xref: /dflybsd-src/usr.sbin/mld6query/Makefile (revision 755d70b8f2c28b016b6c0330273e7daa38038f27)
1984263bcSMatthew Dillon# Copyright (c) 1996 WIDE Project. All rights reserved.
2984263bcSMatthew Dillon#
3984263bcSMatthew Dillon# Redistribution and use in source and binary forms, with or without
4984263bcSMatthew Dillon# modifications, are permitted provided that the above copyright notice
5984263bcSMatthew Dillon# and this paragraph are duplicated in all such forms and that any
6984263bcSMatthew Dillon# documentation, advertising materials, and other materials related to
7984263bcSMatthew Dillon# such distribution and use acknowledge that the software was developed
8984263bcSMatthew Dillon# by the WIDE Project, Japan. The name of the Project may not be used to
9984263bcSMatthew Dillon# endorse or promote products derived from this software without
10984263bcSMatthew Dillon# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
11984263bcSMatthew Dillon# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
12984263bcSMatthew Dillon# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
13984263bcSMatthew Dillon# A PARTICULAR PURPOSE.
14984263bcSMatthew Dillon#
15984263bcSMatthew Dillon# $FreeBSD: src/usr.sbin/mld6query/Makefile,v 1.1.1.1.2.2 2001/04/25 12:10:07 ru Exp $
16984263bcSMatthew Dillon
17984263bcSMatthew DillonPROG=	mld6query
18984263bcSMatthew DillonMAN=	mld6query.8
19984263bcSMatthew Dillon
20*755d70b8SSascha WildnerCFLAGS+=-DINET6
21984263bcSMatthew Dillon
22984263bcSMatthew Dillon.include <bsd.prog.mk>
23