summaryrefslogtreecommitdiffstats
path: root/lib/libwrap
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2007-02-20 23:12:04 +0000
committern_hibma <n_hibma@FreeBSD.org>2007-02-20 23:12:04 +0000
commit277133d8d854b4d2b169a1bdc55b61a8e390bd1b (patch)
treece81758cf007e34478725be5a60ed36a8db76206 /lib/libwrap
parenta5256aaa91c3ce8e70ea5da1a03282d187844489 (diff)
downloadFreeBSD-src-277133d8d854b4d2b169a1bdc55b61a8e390bd1b.zip
FreeBSD-src-277133d8d854b4d2b169a1bdc55b61a8e390bd1b.tar.gz
Create a link from hosts.allow(5) hosts_access(3), to give the user a
starting point for more information on a file in /etc. MFC after: 1 week
Diffstat (limited to 'lib/libwrap')
-rw-r--r--lib/libwrap/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile
index c477b38..a3bf2d3 100644
--- a/lib/libwrap/Makefile
+++ b/lib/libwrap/Makefile
@@ -9,8 +9,10 @@ SHLIB_MAJOR= 4
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
+MLINKS= hosts_access.3 hosts_ctl.3 \
+ hosts_access.3 request_init.3 \
+ hosts_access.3 request_set.3 \
+ hosts_access.3 hosts.allow.5 \
.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
OpenPOWER on IntegriCloud