Makefile revision 126878
11592Srgrimes#	@(#)Makefile	8.1 (Berkeley) 6/5/93
21592Srgrimes#	$FreeBSD: head/share/man/man5/Makefile 126878 2004-03-12 16:03:26Z trhodes $
31592Srgrimes
41592Srgrimes#MISSING: dump.5 plot.5
51592SrgrimesMAN=	acct.5 \
61592Srgrimes	a.out.5 \
71592Srgrimes	bluetooth.hosts.5 \
81592Srgrimes	bluetooth.protocols.5 \
91592Srgrimes	config.5 \
101592Srgrimes	core.5 \
111592Srgrimes	devfs.5 \
121592Srgrimes	device.hints.5 \
13262435Sbrueffer	dir.5 \
141592Srgrimes	disktab.5 \
151592Srgrimes	drivers.conf.5 \
161592Srgrimes	elf.5 \
171592Srgrimes	ethers.5 \
181592Srgrimes	fbtab.5 \
191592Srgrimes	fdescfs.5 \
201592Srgrimes	forward.5 \
211592Srgrimes	fs.5 \
221592Srgrimes	fstab.5 \
231592Srgrimes	group.5 \
241592Srgrimes	hesiod.conf.5 \
251592Srgrimes	hosts.5 \
261592Srgrimes	hosts.equiv.5 \
271592Srgrimes	hosts.lpd.5 \
281592Srgrimes	intro.5 \
291592Srgrimes	libmap.conf.5 \
301592Srgrimes	link.5 \
3131491Scharnier	linprocfs.5 \
3221838Spst	mailer.conf.5 \
3331491Scharnier	make.conf.5 \
3431491Scharnier	moduli.5 \
3550476Speter	motd.5 \
361592Srgrimes	msdosfs.5 \
371592Srgrimes	networks.5 \
381592Srgrimes	nsmb.conf.5 \
391592Srgrimes	nsswitch.conf.5 \
401592Srgrimes	passwd.5 \
411592Srgrimes	pbm.5 \
421592Srgrimes	periodic.conf.5 \
431592Srgrimes	phones.5 \
4421838Spst	procfs.5 \
451592Srgrimes	protocols.5 \
4621838Spst	quota.user.5 \
471592Srgrimes	rc.conf.5 \
4821838Spst	remote.5 \
4921838Spst	resolver.5 \
5021838Spst	services.5 \
5121838Spst	shells.5 \
521592Srgrimes	stab.5 \
531592Srgrimes	style.Makefile.5 \
5421838Spst	sysctl.conf.5 \
551592Srgrimes	utmp.5
5683244Sdd
5790261SimpMLINKS=	dir.5 dirent.5
5883244SddMLINKS+=fs.5 inode.5
591592SrgrimesMLINKS+=hosts.equiv.5 rhosts.5
601592SrgrimesMLINKS+=msdosfs.5 msdos.5
611592SrgrimesMLINKS+=passwd.5 master.passwd.5
628870SrgrimesMLINKS+=quota.user.5 quota.group.5
631592SrgrimesMLINKS+=resolver.5 resolv.conf.5
648870SrgrimesMLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
651592Srgrimes
661592Srgrimes.include <bsd.prog.mk>
6731491Scharnier