diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-01-25 08:39:15 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-01-25 08:39:15 +0000 |
| commit | 0e898a451c83a161c1ca2d796b47bffed44f43c5 (patch) | |
| tree | c8570c4402c996fcfcb86a36eaf3f0b8c2fabae9 /usr.sbin/apm | |
| parent | 906ce4ba52fff7576de4a6efed80dc0b9108e017 (diff) | |
Notes
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 377c191e2367..64492474dfbd 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> |
