repo.or.cz
/
freebsd-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pfctl: Match prototype of pfctl_load_hostid.
[freebsd-src.git]
/
lib
/
libdevinfo
/
Makefile
blob
4849c7acd5dcae2f0682c1c1ed3ba1c7ae8e8584
1
# $FreeBSD$
2
3
PACKAGE
=
lib
${
LIB
}
4
LIB
=
devinfo
5
SRCS
=
devinfo.c
6
INCS
=
devinfo.h
7
MAN
=
devinfo
.3
8
9
SHLIB_MAJOR
=
6
10
11
WARNS?
=
3
12
13
.
include
<
bsd.lib.mk
>