freebsd-dev/share/man/man7/Makefile
Gabor Kovesdan 7bb456075e - Rename adding_user(8) to adding_user(7). There's no adding_user utility,
but the man page describes conceptual information about the process of
  adding a user, thus it should belong to section 7.
- Remove HISTORY and BUGS sections because of the aforementioned reason.

PR:		docs/130151
Submitted by:	Marian Cerny <jojo@matfyz.cz>
MFC after:	3 days
2009-01-30 15:14:58 +00:00

32 lines
459 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
#MISSING: eqnchar.7 ms.7 term.7
MAN= adding_user.7 \
ascii.7 \
bsd.snmpmod.mk.7 \
build.7 \
clocks.7 \
development.7 \
environ.7 \
ffs.7 \
firewall.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
MLINKS+= security.7 securelevel.7
.include <bsd.prog.mk>