003 File Manager
Current Path:
/usr/src/usr.bin/sort
usr
/
src
/
usr.bin
/
sort
/
📁
..
📄
Makefile
(659 B)
📄
Makefile.depend
(270 B)
📄
Makefile.depend.options
(173 B)
📄
bwstring.c
(20.76 KB)
📄
bwstring.h
(4.53 KB)
📄
coll.c
(26.6 KB)
📄
coll.h
(4.45 KB)
📄
file.c
(30.14 KB)
📄
file.h
(3.58 KB)
📄
mem.c
(2.08 KB)
📄
mem.h
(1.75 KB)
📁
nls
📄
radixsort.c
(15.43 KB)
📄
radixsort.h
(1.65 KB)
📄
sort.1.in
(17.54 KB)
📄
sort.c
(28.19 KB)
📄
sort.h
(3.05 KB)
📁
tests
📄
vsort.c
(6.25 KB)
📄
vsort.h
(1.59 KB)
Editing: Makefile
# $FreeBSD$ .include <src.opts.mk> PROG= sort SRCS= bwstring.c coll.c file.c mem.c radixsort.c sort.c vsort.c sort.1: sort.1.in sed ${MAN_SUB} ${.ALLSRC} >${.TARGET} CLEANFILES+= sort.1 .if ${MK_SORT_THREADS} != "no" CFLAGS+= -DSORT_THREADS LIBADD= pthread md MAN_SUB+= -e 's|%%THREADS%%||g' .else LIBADD= md MAN_SUB+= -e 's|%%THREADS%%|\.\\"|g' .endif .if ${MK_NLS} != "no" NLS+= hu_HU.ISO8859-2 NLSSRCFILES= ${NLS:S@$@.msg@} MAN_SUB+= -e 's|%%NLS%%||g' .for lang in ${NLS} NLSSRCDIR_${lang}= ${.CURDIR}/nls .endfor .else CFLAGS+= -DWITHOUT_NLS MAN_SUB+= -e 's|%%NLS%%|\.\\"|g' .endif #HAS_TESTS= #SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk>
Upload File
Create Folder