5 SRCS= bwstring.c coll.c commoncrypto.c file.c \
6 mem.c radixsort.c sort.c vsort.c
9 sed ${MAN_SUB} ${.ALLSRC} >${.TARGET}
13 CFLAGS+= -DSORT_THREADS
14 MAN_SUB+= -e 's|%%THREADS%%||g'
16 # Current text_cmds version
17 CFLAGS+=-DSORT_VERSION=\"106\"
19 .include <bsd.prog.mk>