summaryrefslogtreecommitdiff
path: root/usr.bin/bgplg/traceroute6/Makefile
blob: b62af6cbf2c1a945bfdefbce72af13b8a5e40ad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.1 2010/04/02 21:20:49 sthen Exp $

PROGDIR=	${.CURDIR}/../../../usr.sbin/traceroute6

LDSTATIC=	-static
CFLAGS+=	-I${PROGDIR}
NOMAN=		yes

.include "${PROGDIR}/Makefile"

BINDIR=		/var/www/bin
BINMODE=	000

.PATH:		${PROGDIR}