Makefile revision 1.1
11.1Scgd# @(#)Makefile 5.7.1.1 (Berkeley) 5/7/91 21.1Scgd 31.1ScgdMAN5= a.out.0 acct.0 core.0 dir.0 disktab.0 fs.0 fstab.0 \ 41.1Scgd group.0 hosts.0 networks.0 passwd.0 phones.0 printcap.0 \ 51.1Scgd protocols.0 remote.0 resolver.0 services.0 shells.0 stab.0 types.0 \ 61.1Scgd utmp.0 71.1ScgdMLINKS= fs.5 inode.5 utmp.5 wtmp.5 81.1Scgd 91.1Scgdall: ${MAN5} 101.1Scgd 111.1Scgdclean depend lint tags: 121.1Scgd 131.1Scgdcleandir: 141.1Scgd rm -f ${MAN5} 151.1Scgd 161.1Scgdinstall: maninstall 171.1Scgd 181.1Scgd.include <bsd.prog.mk> 19