xref: /386bsd/usr/src/share/man/man5/Makefile (revision a2142627)
1#	@(#)Makefile	5.7.1.1 (Berkeley) 5/7/91
2
3MAN5=	a.out.0 acct.0 core.0 dir.0 disktab.0 fs.0 fstab.0 \
4	group.0 hosts.0 networks.0 passwd.0 phones.0 printcap.0 \
5	protocols.0 remote.0 resolver.0 services.0 shells.0 stab.0 types.0 \
6	utmp.0
7MLINKS=	fs.5 inode.5 utmp.5 wtmp.5
8
9all: ${MAN5}
10
11clean depend lint tags:
12
13cleandir:
14	rm -f ${MAN5}
15
16install: maninstall
17
18.include <bsd.prog.mk>
19