diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-20 23:39:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-20 23:39:31 +0000 |
commit | fd93a239ea0d0dbf2bcd433ee5b1213d3b223009 (patch) | |
tree | 1981b72f46a054ac1430a65de4bea74d4bb08896 /share/man/man5 | |
parent | 6a1e3eab2053f67fc9391a35abc8eba815db029c (diff) |
mlink
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 54abc598272..2008bc2277d 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -12,5 +12,6 @@ MLINKS= dir.5 dirent.5 fs.5 inode.5 utmp.5 wtmp.5 utmp.5 lastlog.5 MLINKS+= hosts.equiv.5 .rhosts.5 MLINKS+= resolv.conf.5 resolver.5 MLINKS+= hostname.if.5 bridgename.if.5 +MLINKS+= passwd.5 master.passwd.5 .include <bsd.prog.mk> |