Don't use absolute path to sed when building usr.bin/join

This is required to build sort on Linux hosts since sed is in /bin there.

Approved By:	jhb (mentor)
This commit is contained in:
Alex Richardson 2018-08-23 18:18:43 +00:00
parent 6daf59aa79
commit 101db63b42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338265

View file

@ -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