1984263bcSMatthew Dillon# @(#)Makefile 8.1 (Berkeley) 6/5/93 2984263bcSMatthew Dillon# $FreeBSD: src/usr.sbin/ifmcstat/Makefile,v 1.1.2.2 2001/07/10 10:00:34 ume Exp $ 3984263bcSMatthew Dillon 4984263bcSMatthew DillonPROG= ifmcstat 5984263bcSMatthew DillonMAN= ifmcstat.8 6*0de090e1SMatthew DillonNO_STRICT_ALIASING= 7984263bcSMatthew Dillon 8984263bcSMatthew DillonBINMODE=550 9984263bcSMatthew DillonLDADD= -lkvm 10984263bcSMatthew DillonDPADD= ${LIBKVM} 11984263bcSMatthew Dillon 12984263bcSMatthew DillonCFLAGS+=-DINET6 13984263bcSMatthew Dillon 14984263bcSMatthew Dillon.include <bsd.prog.mk> 15