1994-12-05 12:16:58 +03:00
|
|
|
# $NetBSD: Makefile,v 1.11 1994/12/05 09:16:58 deraadt Exp $
|
1994-11-30 22:31:07 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
|
|
|
|
# missing: dump.0 plot.0
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-12-16 18:57:28 +03:00
|
|
|
MAN5= a.out.0 acct.0 core.0 dir.0 disktab.0 ethers.0 fs.0 fstab.0 group.0 \
|
1994-12-05 12:16:58 +03:00
|
|
|
hosts.0 link.0 networks.0 passwd.0 phones.0 printcap.0 \
|
1994-01-26 12:08:20 +03:00
|
|
|
protocols.0 remote.0 resolv.conf.0 rpc.0 services.0 shells.0 stab.0 \
|
1993-10-07 10:29:00 +03:00
|
|
|
types.0 utmp.0
|
1993-05-08 09:27:01 +04:00
|
|
|
MLINKS= dir.5 dirent.5 fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-11-30 22:31:07 +03:00
|
|
|
all: ${MAN5}
|
|
|
|
|
|
|
|
clean depend lint tags:
|
|
|
|
|
|
|
|
cleandir:
|
|
|
|
rm -f ${MAN5}
|
|
|
|
|
|
|
|
install: maninstall
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.prog.mk>
|