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 # Enabled here cause not enabling it is a bad default
14 CFLAGS+= -DSORT_THREADS
15 MAN_SUB+= -e 's|%%THREADS%%||g'
17 CFLAGS+= -DWITHOUT_NLS
18 MAN_SUB+= -e 's|%%NLS%%|\.\\"|g'
20 # Current text_cmds version
21 CFLAGS+=-DSORT_VERSION=\"106\"
23 .include <bsd.prog.mk>