diff options
author | hmp <hmp@FreeBSD.org> | 2003-05-12 21:59:16 +0000 |
---|---|---|
committer | hmp <hmp@FreeBSD.org> | 2003-05-12 21:59:16 +0000 |
commit | 0d14921801d80ac047a0aed411cd3bb3916a3436 (patch) | |
tree | 70a999378fd29d53cfbe83d378a6e226bc91369b /lib/libwrap/Makefile | |
parent | d3fec55c99cd836e60e920f32deeed6d9f3f5df2 (diff) | |
download | FreeBSD-src-0d14921801d80ac047a0aed411cd3bb3916a3436.zip FreeBSD-src-0d14921801d80ac047a0aed411cd3bb3916a3436.tar.gz |
Following MLINKS added, which point to host_access(3):
- hosts_ctl(3), hosts_access(3), request_init(3),
request_set(3).
PR: docs/52000
Submitted by: Simon L. Nielsen <simon@nitro.dk>
Approved and Reviewed by: des (mentor), re (scottl)
Diffstat (limited to 'lib/libwrap/Makefile')
-rw-r--r-- | lib/libwrap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index cf414a1..8c5c899 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -9,6 +9,8 @@ SHLIB_MAJOR= 3 INCS= tcpd.h MAN= hosts_access.3 MAN+= hosts_access.5 hosts_options.5 +MLINKS= hosts_access.3 hosts_ctl.3 hosts_access.3 request_init.3 \ + hosts_access.3 request_set.3 .PATH: ${.CURDIR}/../../contrib/tcp_wrappers |