diff options
Diffstat (limited to 'usr.sbin/apm/Makefile')
-rw-r--r-- | usr.sbin/apm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 14d76e4..5ab8df1 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -2,6 +2,7 @@ PROG= apm LINKS= ${BINDIR}/apm ${BINDIR}/zzz +MAN= apm.8 MLINKS= apm.8 apmconf.8 apm.8 zzz.8 .include <bsd.prog.mk> |