diff options
Diffstat (limited to 'lib/libwrap')
| -rw-r--r-- | lib/libwrap/Makefile | 17 | 
1 files changed, 8 insertions, 9 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index bc39d5804637..7c302e0f0dc5 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -1,6 +1,3 @@ -# -# -  .include <src.opts.mk>  PACKAGE=	tcpd @@ -9,12 +6,14 @@ CONFS=	hosts.allow  LIB=	wrap  SHLIB_MAJOR= 6  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 \ -	hosts_options.5 hosts.allow.5 + +MAN=		hosts_access.3 +MLINKS=		hosts_access.3 hosts_ctl.3 \ +		hosts_access.3 request_init.3 \ +		hosts_access.3 request_set.3 + +MANNODEV=	hosts_access.5 hosts_options.5 +MANNODEVLINKS=	hosts_options.5 hosts.allow.5  .PATH:	${SRCTOP}/contrib/tcp_wrappers  | 
