repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
usr.sbin
/
pciconf
/
Makefile
blob
e57e736fe2c165e75b0209e88883da1ab0e15104
1
# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
2
# $FreeBSD$
3
4
PROG
=
pciconf
5
SRCS
=
pciconf.c cap.c
6
MAN
=
pciconf
.8
7
8
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
sys
9
10
.
include
<
bsd.prog.mk
>