1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-24 07:40:52 +00:00

Fix a late-night buglet in MLINKS ordering.

Submitted by:	Szilveszter Adam <sziszi@bsd.hu>
This commit is contained in:
Juli Mallett 2002-05-19 20:39:42 +00:00
parent d3f6dd2160
commit d784a077e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96958

View File

@ -8,6 +8,6 @@ LINKS= ${BINDIR}/uuencode ${BINDIR}/b64encode
MLINKS= uuencode.1 uudecode.1 \
uuencode.format.5 uuencode.5 \
uuencode.1 b64encode.1 \
b64decode.1 b64encode.1
b64encode.1 b64decode.1
.include <bsd.prog.mk>