Fix LINKS example in bsd.prog.mk

LINKS appends DESTDIR -- don't suggest double-append in example.

MFC after:	1 week
Reported by:	rgrimes (D9918)
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-03-07 17:42:23 +00:00
parent 94173c3c9b
commit 426dc38921
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314871

View File

@ -318,7 +318,7 @@ LINKS The list of binary links; should be full pathnames, the
file. The files are hard-linked. For example, to link
/bin/test and /bin/[, use:
LINKS= ${DESTDIR}/bin/test ${DESTDIR}/bin/[
LINKS= /bin/test /bin/[
MAN Manual pages (should end in .1 - .9). If no MAN variable
is defined, "MAN=${PROG}.1" is assumed.