Name
Date
Size
#Lines
LOC

..--

common/H--31,79218,741

i386/H--387

COPYINGH A D20-May-200917.6 KiB341281

CREDITSH A D20-May-20091.6 KiB4136

MakefileH A D03-Aug-20103.3 KiB12578

Makefile.comH A D20-May-20093.7 KiB12477

READMEH A D20-May-2009575 1712

THIRDPARTYLICENSE.descripH A D20-May-200927 21

README

1This is the Solaris ON port of ntfsprogs v2.0.0
2Please see http://www.linux-ntfs.org/ for more information.
3
4ntfsprogs has been broken into two pieces: src/lib/libntfs and src/cmd/ntfsprogs
5
6The Makefiles have all been replaced by ON Makefiles.
7
8The common directory contains these subdirectories from ntfsprogs-2.0.0:
9include and libntfs
10
11$(SUBDIR)/config.status:	$(SUBDIR)/configure
12	cd src; \
13	MAKE=gmake ./configure CFLAGS=-I$(ROOT)/usr/include \
14	LDFLAGS="-L$(ROOT)/lib -L$(ROOT)/usr/lib -Wl,-Bdirect -Wl,-M$(MAPFILE.NE
15S) -Wl,-zignore" \
16	--disable-dependency-tracking
17