repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.sbin
/
ifmcstat
/
Makefile
blob
42394d90c36ac4b15368dd13b02dbd654a1369c3
1
# $NetBSD: Makefile,v 1.2 2001/06/26 17:10:33 itojun Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/5/93
3
4
PROG
=
ifmcstat
5
MAN
=
ifmcstat
.8
6
7
LDADD
= -
lkvm
8
DPADD
= ${
LIBKVM
}
9
10
CPPFLAGS
+= -
DINET6
11
12
.
include
<
bsd.prog.mk
>