View | Details | Raw Unified | Return to bug 201664
Collapse All | Expand All

(-)usr.bin/sort/Makefile (+1 lines)
Lines 15-20 Link Here
15
CFLAGS+= -DSORT_THREADS
15
CFLAGS+= -DSORT_THREADS
16
LIBADD=	pthread md
16
LIBADD=	pthread md
17
MAN_SUB+= -e 's|%%THREADS%%||g'
17
MAN_SUB+= -e 's|%%THREADS%%||g'
18
NO_WERROR=
18
.else
19
.else
19
LIBADD=	md
20
LIBADD=	md
20
MAN_SUB+= -e 's|%%THREADS%%|\.\\"|g'
21
MAN_SUB+= -e 's|%%THREADS%%|\.\\"|g'

Return to bug 201664