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
- Add delay in MII registers reading
[dragonfly.git]
/
sbin
/
ccdconfig
/
Makefile
blob
ae0b302bda53d4bb487230e94a96ec79c7838a79
1
# $FreeBSD: src/sbin/ccdconfig/Makefile,v 1.2.10.1 2001/04/25 10:58:12 ru Exp $
2
# $DragonFly: src/sbin/ccdconfig/Makefile,v 1.2 2003/06/17 04:27:32 dillon Exp $
3
4
PROG
=
ccdconfig
5
MAN
=
ccdconfig
.8
6
7
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
sys
8
LDADD
+= -
lkvm
9
DPADD
+= ${
LIBKVM
}
10
BINGRP
=
kmem
11
BINMODE
=
2555
12
13
.
include
<
bsd.prog.mk
>