155163Sshin# Copyright (c) 1996 WIDE Project. All rights reserved.
255163Sshin#
355163Sshin# Redistribution and use in source and binary forms, with or without
455163Sshin# modifications, are permitted provided that the above copyright notice
555163Sshin# and this paragraph are duplicated in all such forms and that any
655163Sshin# documentation, advertising materials, and other materials related to
755163Sshin# such distribution and use acknowledge that the software was developed
855163Sshin# by the WIDE Project, Japan. The name of the Project may not be used to
955163Sshin# endorse or promote products derived from this software without
1055163Sshin# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
1155163Sshin# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
1255163Sshin# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1355163Sshin# A PARTICULAR PURPOSE.
1455163Sshin# $FreeBSD$
1555163Sshin
16196475SumeTRACEROUTE_DISTDIR?= ${.CURDIR}/../../contrib/traceroute
17196475Sume.PATH: ${TRACEROUTE_DISTDIR}
18196475Sume
1955163SshinPROG=	traceroute6
2080029SobrienMAN=	traceroute6.8
21196475SumeSRCS=	as.c traceroute6.c
2255163SshinBINOWN=	root
2380029SobrienBINMODE= 4555
2455163Sshin
25171246SbzCFLAGS+= -DIPSEC -DUSE_RFC2292BIS -DHAVE_POLL
26196475SumeCFLAGS+= -I${.CURDIR} -I${TRACEROUTE_DISTDIR} -I.
2780029Sobrien
28216185SuqsWARNS?=	3
29201390Sed
3055505SshinDPADD=	${LIBIPSEC}
3155505SshinLDADD=	-lipsec
3255163Sshin
3355163Sshin.include <bsd.prog.mk>
34