summaryrefslogtreecommitdiff
path: root/usr.bin/bgplg/ping/Makefile
blob: ede97cb99e25bad9b0a2893b912c89496c1226f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.1 2006/12/11 23:10:11 reyk Exp $

PROGDIR=	${.CURDIR}/../../../sbin/ping

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

.include "${PROGDIR}/Makefile"

BINDIR=		/var/www/bin
BINMODE=	000

.PATH:		${PROGDIR}