diff options
Diffstat (limited to 'usr.bin/mkcsmapper_static/Makefile')
-rw-r--r-- | usr.bin/mkcsmapper_static/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/mkcsmapper_static/Makefile b/usr.bin/mkcsmapper_static/Makefile new file mode 100644 index 000000000000..777f29bd9403 --- /dev/null +++ b/usr.bin/mkcsmapper_static/Makefile @@ -0,0 +1,15 @@ +.PATH: ${SRCTOP}/lib/libc/iconv ${SRCTOP}/usr.bin/mkcsmapper + +PROG= mkcsmapper_static +SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \ + citrus_lookup_factory.c citrus_pivot_factory.c +MAN= +NO_SHARED= yes +NO_WMISSING_VARIABLE_DECLARATIONS= + +build-tools: mkcsmapper_static + +.include "${SRCTOP}/usr.bin/mkcsmapper/Makefile.inc" +.include <bsd.prog.mk> + +${PROG}: ${BUILD_TOOLS_META} |