repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
acpi(4): Fix some x86_64 warnings.
[dragonfly.git]
/
usr.sbin
/
ifmcstat
/
Makefile
blob
66af8f6fb87cf8cd828248a741479fd48f32e456
1
# @(#)Makefile 8.1 (Berkeley) 6/5/93
2
# $FreeBSD: src/usr.sbin/ifmcstat/Makefile,v 1.1.2.2 2001/07/10 10:00:34 ume Exp $
3
# $DragonFly: src/usr.sbin/ifmcstat/Makefile,v 1.2 2003/06/17 04:29:55 dillon Exp $
4
5
PROG
=
ifmcstat
6
MAN
=
ifmcstat
.8
7
WARNS?
=
1
8
9
BINMODE
=
550
10
LDADD
= -
lkvm
11
DPADD
= ${
LIBKVM
}
12
13
CFLAGS
+=-
DINET6
14
15
.
include
<
bsd.prog.mk
>