summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apm/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-01-25 08:39:15 +0000
committerbde <bde@FreeBSD.org>2000-01-25 08:39:15 +0000
commit9e82d8f13d0d618bd0b4f4a3d7c9de35b2c17c5e (patch)
tree190a9673f08811321afa68f6c7320075fbd6302b /usr.sbin/apm/Makefile
parent5c86c428afed631fb0f6aac3a8afc487d56300b5 (diff)
downloadFreeBSD-src-9e82d8f13d0d618bd0b4f4a3d7c9de35b2c17c5e.zip
FreeBSD-src-9e82d8f13d0d618bd0b4f4a3d7c9de35b2c17c5e.tar.gz
Fixed breakage of installation of zzz.8 in previous commit. MLINKS
consists of pairs of link names.
Diffstat (limited to 'usr.sbin/apm/Makefile')
-rw-r--r--usr.sbin/apm/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud