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
Update the pciconf(8) database.
[dragonfly.git]
/
usr.sbin
/
dconschat
/
Makefile
blob
a735a9677237f331c447e53c28fc760d41424088
1
# $FreeBSD: src/usr.sbin/dconschat/Makefile,v 1.1 2003/10/24 15:44:10 simokawa Exp $
2
3
PROG
=
dconschat
4
MAN
=
dconschat
.8
5
NO_STRICT_ALIASING
=
6
7
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
sys
8
9
DPADD
= ${
LIBKVM
}
10
LDADD
= -
lkvm
11
12
.
include
<
bsd.prog.mk
>