aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/apm
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-01-23 10:00:05 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-01-23 10:00:05 +0000
commitfe35cea7e98081712861361d1ceb5309f10c74dd (patch)
tree130bb9ffda75d8440c08a5952b355c1fdff8a644 /usr.sbin/apm
parent0b29e152701a086998b55bae61eb706bfe56ea2d (diff)
downloadsrc-fe35cea7e98081712861361d1ceb5309f10c74dd.tar.gz
src-fe35cea7e98081712861361d1ceb5309f10c74dd.zip
Add MLINK for apmconf(8).
Suggested by: msmith
Notes
Notes: svn path=/head/; revision=56433
Diffstat (limited to 'usr.sbin/apm')
-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 cdcba3e4437d..377c191e2367 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 zzz.8
+MLINKS= apm.8 apmconf.8 zzz.8
.include <bsd.prog.mk>