8137012ce6
a vif list and printing it a la netstat -g (but simpler). This doesn't get installed, so there's no man page.
15 lines
173 B
Makefile
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>
|