summaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute6/Makefile
blob: 507b1f125888e6ed027259b51779c46d59f6be94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.7 2013/04/15 15:51:47 deraadt Exp $

PROG=	traceroute6

BINOWN=	root
BINGRP=	bin
BINMODE=4555

CPPFLAGS+=-DINET6

MAN=	traceroute6.8

.include <bsd.prog.mk>