diff options
Diffstat (limited to 'usr.bin/sort/Makefile')
| -rw-r--r-- | usr.bin/sort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile index d1684040abc8..41feec2bdee0 100644 --- a/usr.bin/sort/Makefile +++ b/usr.bin/sort/Makefile @@ -7,7 +7,7 @@ PROG= sort SRCS= bwstring.c coll.c file.c mem.c radixsort.c sort.c vsort.c sort.1: sort.1.in - /usr/bin/sed ${MAN_SUB} ${.ALLSRC} >${.TARGET} + sed ${MAN_SUB} ${.ALLSRC} >${.TARGET} CLEANFILES+= sort.1 |
