mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
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:
parent
94173c3c9b
commit
426dc38921
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314871
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user