From 9e82d8f13d0d618bd0b4f4a3d7c9de35b2c17c5e Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 25 Jan 2000 08:39:15 +0000 Subject: Fixed breakage of installation of zzz.8 in previous commit. MLINKS consists of pairs of link names. --- usr.sbin/apm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/apm') diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 377c191..6449247 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -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 -- cgit v1.1