diff options
| -rw-r--r-- | share/man/man7/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man7/Makefile b/share/man/man7/Makefile index 098079546e3d..8ccb163e4eb5 100644 --- a/share/man/man7/Makefile +++ b/share/man/man7/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ #MISSING: eqnchar.7 ms.7 term.7 -MAN= ascii.7 build.7 clocks.7 environ.7 firewall.7 ffs.7 hier.7 \ - hostname.7 intro.7 maclabel.7 mailaddr.7 operator.7 ports.7 release.7 \ - sdoc.7 security.7 sprog.7 stdint.7 tuning.7 +MAN= ascii.7 build.7 clocks.7 development.7 environ.7 firewall.7 \ + ffs.7 hier.7 hostname.7 intro.7 maclabel.7 mailaddr.7 \ + operator.7 ports.7 release.7 sdoc.7 security.7 sprog.7 \ + stdint.7 tuning.7 MLINKS= intro.7 miscellaneous.7 .include <bsd.prog.mk> |
