Makefile revision 80029
1262569Simp# Copyright (c) 1996 WIDE Project. All rights reserved.
2262569Simp#
3262569Simp# Redistribution and use in source and binary forms, with or without
4262569Simp# modifications, are permitted provided that the above copyright notice
5262569Simp# and this paragraph are duplicated in all such forms and that any
6262569Simp# documentation, advertising materials, and other materials related to
7262569Simp# such distribution and use acknowledge that the software was developed
8262569Simp# by the WIDE Project, Japan. The name of the Project may not be used to
9262569Simp# endorse or promote products derived from this software without
10295436Sandrew# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
11262569Simp# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
12262569Simp# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
13262569Simp# A PARTICULAR PURPOSE.
14262569Simp#
15262569Simp# $FreeBSD: head/usr.sbin/mld6query/Makefile 80029 2001-07-20 06:20:32Z obrien $
16262569Simp
17262569SimpPROG=	mld6query
18262569SimpMAN=	mld6query.8
19262569SimpSRCS=	mld6.c
20262569Simp
21262569SimpCFLAGS+= -DINET6 -DIPSEC
22262569Simp
23262569Simp.include <bsd.prog.mk>
24262569Simp