NetBSD/share/man/man5/Makefile
cgd 3fc63f6bb3 now that the rpc code lives in libc, we should install the man page
for /etc/rpc from here.  the man page's header was changed to note
that hackers/source-browsers should look at the README and DISCLAIMER
in libc/rpc
1993-10-07 07:29:00 +00:00

11 lines
400 B
Makefile

# from: @(#)Makefile 5.7.1.1 (Berkeley) 5/7/91
# $Id: Makefile,v 1.6 1993/10/07 07:29:00 cgd Exp $
MAN5= a.out.0 acct.0 core.0 dir.0 disktab.0 fs.0 fstab.0 \
group.0 hosts.0 networks.0 passwd.0 pcfs.0 phones.0 printcap.0 \
protocols.0 remote.0 resolver.0 rpc.0 services.0 shells.0 stab.0 \
types.0 utmp.0
MLINKS= dir.5 dirent.5 fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5
.include <bsd.prog.mk>