Makefile revision 170828
11558Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
21558Srgrimes#	$FreeBSD: head/share/man/man5/Makefile 170828 2007-06-16 16:50:53Z rodrigc $
31558Srgrimes
41558Srgrimes.include <bsd.own.mk>
51558Srgrimes
61558Srgrimes#MISSING: dump.5 plot.5
71558SrgrimesMAN=	acct.5 \
81558Srgrimes	a.out.5 \
91558Srgrimes	bluetooth.device.conf.5 \
101558Srgrimes	bluetooth.hosts.5 \
111558Srgrimes	bluetooth.protocols.5 \
121558Srgrimes	core.5 \
131558Srgrimes	devfs.5 \
141558Srgrimes	devfs.conf.5 \
151558Srgrimes	devfs.rules.5 \
161558Srgrimes	device.hints.5 \
171558Srgrimes	dir.5 \
181558Srgrimes	disktab.5 \
191558Srgrimes	elf.5 \
201558Srgrimes	ethers.5 \
211558Srgrimes	eui64.5 \
221558Srgrimes	ext2fs.5 \
231558Srgrimes	fbtab.5 \
241558Srgrimes	fdescfs.5 \
251558Srgrimes	forward.5 \
261558Srgrimes	freebsd-update.conf.5 \
271558Srgrimes	fs.5 \
281558Srgrimes	fstab.5 \
291558Srgrimes	group.5 \
301558Srgrimes	hosts.5 \
311558Srgrimes	hosts.equiv.5 \
321558Srgrimes	hosts.lpd.5 \
331558Srgrimes	intro.5 \
341558Srgrimes	libmap.conf.5 \
3541477Sjulian	link.5 \
3623675Speter	linprocfs.5 \
3741477Sjulian	linsysfs.5 \
3841477Sjulian	mailer.conf.5 \
3950476Speter	make.conf.5 \
401558Srgrimes	moduli.5 \
411558Srgrimes	motd.5 \
421558Srgrimes	mqueuefs.5 \
4323675Speter	msdosfs.5 \
441558Srgrimes	networks.5 \
451558Srgrimes	nsmb.conf.5 \
4674556Smckusick	nsswitch.conf.5 \
4723799Sbde	passwd.5 \
4823675Speter	pbm.5 \
491558Srgrimes	periodic.conf.5 \
5023675Speter	phones.5 \
511558Srgrimes	portsnap.conf.5 \
521558Srgrimes	procfs.5 \
531558Srgrimes	protocols.5 \
541558Srgrimes	quota.user.5 \
5523675Speter	rc.conf.5 \
5623675Speter	reiserfs.5 \
571558Srgrimes	remote.5 \
587585Sbde	resolver.5 \
591558Srgrimes	services.5 \
601558Srgrimes	shells.5 \
611558Srgrimes	src.conf.5 \
621558Srgrimes	stab.5 \
631558Srgrimes	style.Makefile.5 \
641558Srgrimes	sysctl.conf.5 \
651558Srgrimes	tmpfs.5 \
661558Srgrimes	utmp.5 \
671558Srgrimes	xfs.5
6841474Sjulian
691558SrgrimesMLINKS=	dir.5 dirent.5
701558SrgrimesMLINKS+=fs.5 inode.5
711558SrgrimesMLINKS+=hosts.equiv.5 rhosts.5
7234266SjulianMLINKS+=msdosfs.5 msdos.5
7334266SjulianMLINKS+=passwd.5 master.passwd.5
7423675SpeterMLINKS+=quota.user.5 quota.group.5
7534266SjulianMLINKS+=rc.conf.5 rc.conf.local.5
761558SrgrimesMLINKS+=resolver.5 resolv.conf.5
7723675SpeterMLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
781558Srgrimes
791558Srgrimes.if ${MK_HESIOD} != "no"
801558SrgrimesMAN+=	hesiod.conf.5 
811558Srgrimes.endif
821558Srgrimes
831558Srgrimes.include <bsd.prog.mk>
841558Srgrimes