summaryrefslogtreecommitdiffstats
path: root/usr.sbin/traceroute/Makefile
blob: c9797ab7244e960d767cbf176888bd5cf6903b89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$OpenBSD: Makefile,v 1.10 2016/09/03 22:00:06 benno Exp $

PROG=	traceroute

SRCS=	traceroute.c worker.c

CFLAGS+= -Wall -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual

MAN=	traceroute.8

LINKS=	${BINDIR}/traceroute ${BINDIR}/traceroute6
BINOWN=	root
BINMODE=4555

.include <bsd.prog.mk>