]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/mkesdb_static/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / usr.bin / mkesdb_static / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/lib/libc/iconv ${SRCTOP}/usr.bin/mkesdb
4
5 PROG=   mkesdb_static
6 SRCS=   citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
7         citrus_lookup_factory.c
8 MAN=
9 NO_SHARED= yes
10 NO_WMISSING_VARIABLE_DECLARATIONS=
11
12 build-tools: mkesdb_static
13
14 .include "${SRCTOP}/usr.bin/mkesdb/Makefile.inc"
15 .include <bsd.prog.mk>
16
17 ${PROG}: ${BUILD_TOOLS_META}