Home | History | Annotate | Line # | Download | only in ifmcstat
Makefile revision 1.1
      1  1.1  itojun # $NetBSD: Makefile,v 1.1 1999/07/01 20:41:50 itojun Exp $
      2  1.1  itojun #	@(#)Makefile	8.1 (Berkeley) 6/5/93
      3  1.1  itojun 
      4  1.1  itojun PROG=	ifmcstat
      5  1.1  itojun MAN=	ifmcstat.8
      6  1.1  itojun 
      7  1.1  itojun BINGRP=	kmem
      8  1.1  itojun BINMODE=2555
      9  1.1  itojun LDADD=	-lkvm
     10  1.1  itojun DPADD=	${LIBKVM}
     11  1.1  itojun 
     12  1.1  itojun CPPFLAGS+=	-DINET6
     13  1.1  itojun 
     14  1.1  itojun .include <bsd.prog.mk>
     15