1993-07-31 19:27:53 +04:00
|
|
|
# from: @(#)Makefile 5.7.1.1 (Berkeley) 5/7/91
|
|
|
|
# $Id: Makefile,v 1.5 1993/07/31 15:28:28 mycroft Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
MAN5= a.out.0 acct.0 core.0 dir.0 disktab.0 fs.0 fstab.0 \
|
1993-04-10 00:24:59 +04:00
|
|
|
group.0 hosts.0 networks.0 passwd.0 pcfs.0 phones.0 printcap.0 \
|
1993-03-21 12:45:37 +03:00
|
|
|
protocols.0 remote.0 resolver.0 services.0 shells.0 stab.0 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
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|