head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.01.54.09;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.06.05.21.35.47;	author emax;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/tools/tools/ifpifa/Makefile 236644 2012-06-05 21:35:47Z emax $

PROG=	ifpifa
NO_MAN=
WARNS?=6
BINDIR?=/usr/local/bin
DPADD=${LIBKVM}
LDADD=-lkvm

.include <bsd.prog.mk>
@


1.1
log
@SVN rev 236644 on 2012-06-05 21:35:47Z by emax

Add a very simple debug tool that would dump list of interfaces,
addresses on each interface, and, associated refcounter. I found
it handy to check for address refcounter leaks.
@
text
@d1 1
a1 1
# $FreeBSD$
@

