Makefile revision 55163
1266757Snp# Copyright (c) 1996 WIDE Project. All rights reserved.
2266757Snp#
3266757Snp# Redistribution and use in source and binary forms, with or without
4266757Snp# modifications, are permitted provided that the above copyright notice
5266757Snp# and this paragraph are duplicated in all such forms and that any
6266757Snp# documentation, advertising materials, and other materials related to
7266757Snp# such distribution and use acknowledge that the software was developed
8266757Snp# by the WIDE Project, Japan. The name of the Project may not be used to
9266757Snp# endorse or promote products derived from this software without
10266757Snp# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS''
11266757Snp# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
12266757Snp# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
13266757Snp# A PARTICULAR PURPOSE.
14266757Snp# $FreeBSD: head/usr.sbin/traceroute6/Makefile 55163 1999-12-28 02:37:14Z shin $
15266757Snp
16266757SnpPROG=	traceroute6
17266757Snp
18266757SnpBINOWN=	root
19266757SnpBINGRP=	bin
20266757SnpBINMODE=4555
21266757Snp
22266757SnpCFLAGS+=-DINET6
23266757Snp
24266757SnpMAN8=	traceroute6.8
25266757Snp
26266757Snp.include <bsd.prog.mk>
27266757Snp