diff options
-rw-r--r-- | share/man/man7/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile index 58da99e..baae42d 100644 --- a/share/man/man7/Makefile +++ b/share/man/man7/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ #MISSING: eqnchar.7 ms.7 term.7 -MAN= ascii.7 build.7 clocks.7 environ.7 ffs.7 hier.7 hostname.7 intro.7 \ - mailaddr.7 operator.7 ports.7 release.7 security.7 stdint.7 tuning.7 \ - firewall.7 sec-doc.7 sprog.7 style.perl.7 +MAN= ascii.7 build.7 clocks.7 environ.7 firewall.7 ffs.7 hier.7 \ + hostname.7 intro.7 mailaddr.7 operator.7 ports.7 release.7 \ + security.7 sec-doc.7 sprog.7 stdint.7 style.perl.7 tuning.7 MLINKS= intro.7 miscellaneous.7 .include <bsd.prog.mk> |