freebsd-dev/usr.sbin/mrouted/testrsrr/Makefile
Garrett Wollman 8137012ce6 Add a little program to test the functionality of RSRR by getting
a vif list and printing it a la netstat -g (but simpler).  This
doesn't get installed, so there's no man page.
1995-06-15 19:23:08 +00:00

15 lines
173 B
Makefile

# $Id: Makefile,v 1.1 1994/09/08 02:51:37 wollman Exp $
PROG= testrsrr
S= ${.CURDIR}/..
.PATH: $S
CFLAGS+= -I$S
SRCS= testrsrr.c
NOMAN=
install:
.include <bsd.prog.mk>