Fix a late-night buglet in MLINKS ordering.

Submitted by:	Szilveszter Adam <sziszi@bsd.hu>
This commit is contained in:
jmallett 2002-05-19 20:39:42 +00:00
parent c93adb514b
commit 07a99bdf83

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>