17090Sbde# Copyright (c) 1996 WIDE Project. All rights reserved.
27090Sbde#
37090Sbde# Redistribution and use in source and binary forms, with or without
47090Sbde# modifications, are permitted provided that the above copyright notice
57090Sbde# and this paragraph are duplicated in all such forms and that any
67090Sbde# documentation, advertising materials, and other materials related to
77090Sbde# such distribution and use acknowledge that the software was developed
87090Sbde# by the WIDE Project, Japan. The name of the Project may not be used to
97090Sbde# endorse or promote products derived from this software without
107090Sbde# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
117090Sbde# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
127090Sbde# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
137090Sbde# A PARTICULAR PURPOSE.
147090Sbde# $FreeBSD$
157090Sbde
167090SbdeTRACEROUTE_DISTDIR?= ${.CURDIR}/../../contrib/traceroute
177090Sbde.PATH: ${TRACEROUTE_DISTDIR}
187090Sbde
197090SbdePROG=	traceroute6
207090SbdeMAN=	traceroute6.8
217090SbdeSRCS=	as.c traceroute6.c
227090SbdeBINOWN=	root
237090SbdeBINMODE= 4555
247090Sbde
257090SbdeCFLAGS+= -DIPSEC -DUSE_RFC2292BIS -DHAVE_POLL
267090SbdeCFLAGS+= -I${.CURDIR} -I${TRACEROUTE_DISTDIR} -I.
277090Sbde
287090SbdeWARNS?=	3
2950477Speter
307090SbdeDPADD=	${LIBIPSEC}
317090SbdeLDADD=	-lipsec
327090Sbde
337090Sbde.include <bsd.prog.mk>
347090Sbde