aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiten Pandya <hmp@FreeBSD.org>2003-05-12 21:59:16 +0000
committerHiten Pandya <hmp@FreeBSD.org>2003-05-12 21:59:16 +0000
commit4a49423d71ef022615657a20b88413186e42d1bb (patch)
tree70a999378fd29d53cfbe83d378a6e226bc91369b
parent5bfa1f0a6715c3ef5d3485e6cd367cb95855d08a (diff)
downloadsrc-4a49423d71ef022615657a20b88413186e42d1bb.tar.gz
src-4a49423d71ef022615657a20b88413186e42d1bb.zip
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)
Notes
Notes: svn path=/head/; revision=114962
-rw-r--r--lib/libwrap/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile
index cf414a18cd9f..8c5c899e6248 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