aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted/testrsrr/Makefile
blob: 131346d6d3565aadad3d58281099defe7c9de451 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

S=	${.CURDIR}/..
.PATH: $S

PROG=	testrsrr
NOMAN=	#true
SRCS=	testrsrr.c

CFLAGS+= -I$S

install:

.include <bsd.prog.mk>