1 1.10 jtc # $NetBSD: Makefile,v 1.10 1994/11/30 19:31:07 jtc Exp $ 2 1.10 jtc # @(#)Makefile 8.1 (Berkeley) 6/5/93 3 1.10 jtc 4 1.10 jtc # missing: dump.0 plot.0 5 1.1 cgd 6 1.8 deraadt MAN5= a.out.0 acct.0 core.0 dir.0 disktab.0 ethers.0 fs.0 fstab.0 group.0 \ 7 1.7 cgd hosts.0 link.0 networks.0 passwd.0 pcfs.0 phones.0 printcap.0 \ 8 1.9 deraadt protocols.0 remote.0 resolv.conf.0 rpc.0 services.0 shells.0 stab.0 \ 9 1.6 cgd types.0 utmp.0 10 1.4 glass MLINKS= dir.5 dirent.5 fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 11 1.10 jtc 12 1.10 jtc all: ${MAN5} 13 1.10 jtc 14 1.10 jtc clean depend lint tags: 15 1.10 jtc 16 1.10 jtc cleandir: 17 1.10 jtc rm -f ${MAN5} 18 1.10 jtc 19 1.10 jtc install: maninstall 20 1.1 cgd 21 1.1 cgd .include <bsd.prog.mk> 22