diff options
author | bde <bde@FreeBSD.org> | 2000-01-25 08:39:15 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-01-25 08:39:15 +0000 |
commit | 9e82d8f13d0d618bd0b4f4a3d7c9de35b2c17c5e (patch) | |
tree | 190a9673f08811321afa68f6c7320075fbd6302b /usr.sbin/apm | |
parent | 5c86c428afed631fb0f6aac3a8afc487d56300b5 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.sbin/apm/Makefile | 2 |
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> |