summaryrefslogtreecommitdiff
path: root/usr.sbin/traceroute6/Makefile
blob: 3baed4f776c4f2c73ac1a6c81659e8958edc0495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.4 2002/05/12 17:14:04 deraadt Exp $

PROG=	traceroute6

BINOWN=	root
BINGRP=	bin
BINMODE=4555
LDSTATIC=-static

CPPFLAGS+=-DINET6 -DHAVE_POLL

MAN=	traceroute6.8

.include <bsd.prog.mk>