to improve performance of NTFS-3G (sysutils/fusefs-ntfs port), because these systems don't have a block device cache, giving a very slow read/write rate. WWW: http://mercurial.creo.hu/repos/libublio
17 lines
195 B
Makefile
17 lines
195 B
Makefile
# BSD Makefile for libublio
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
SRCS= ublio.c
|
|
|
|
# Includes
|
|
INCS= ublio.h
|
|
INCSDIR=${PREFIX}/include
|
|
|
|
# Libraries
|
|
LIB= ublio
|
|
SHLIB_MAJOR= 1
|
|
LIBDIR= ${PREFIX}/lib
|
|
|
|
.include <bsd.lib.mk>
|