]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libopenbsd/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / lib / libopenbsd / Makefile
1 # $FreeBSD$
2
3 PACKAGE=lib${LIB}
4 LIB=    openbsd
5 SRCS=   imsg-buffer.c \
6         imsg.c \
7         ohash.c
8 .if !defined(BOOTSTRAPPING)
9 # Skip getdtablecount.c when bootstrapping since it doesn't compile for Linux
10 # and is not used by any of the bootstrap tools
11 SRCS+=  getdtablecount.c
12 .endif
13
14 INTERNALLIB=
15
16 CFLAGS+= -I${.CURDIR}
17
18 WARNS=  3
19
20 .include <bsd.lib.mk>