summaryrefslogtreecommitdiff
path: root/usr.bin/bgplg/ping6/Makefile
blob: 837a56d076c99b1d21b3b0c8463423858c083588 (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}/../../../sbin/ping6

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

.include "${PROGDIR}/Makefile"

BINDIR=		/var/www/bin
BINMODE=	000

.PATH:		${PROGDIR}