mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Fixed breakage of installation of zzz.8 in previous commit. MLINKS
consists of pairs of link names.
This commit is contained in:
parent
906ce4ba52
commit
0e898a451c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56579
@ -3,6 +3,6 @@
|
||||
PROG= apm
|
||||
LINKS= ${BINDIR}/apm ${BINDIR}/zzz
|
||||
MAN8= apm.8
|
||||
MLINKS= apm.8 apmconf.8 zzz.8
|
||||
MLINKS= apm.8 apmconf.8 apm.8 zzz.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user