diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-01-25 03:00:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-01-25 03:00:28 +0000 |
commit | cc631cdef20f081fc09e65ae1981f95d27f15ef8 (patch) | |
tree | 89c378451017e1bff1b04310da4e2f6619a65395 /security/tcp_wrapper/Makefile | |
parent | 5784bd0e652c9e4a64cf72da08c42726857ece78 (diff) | |
download | ports-cc631cdef20f081fc09e65ae1981f95d27f15ef8.tar.gz ports-cc631cdef20f081fc09e65ae1981f95d27f15ef8.zip |
Build/install shared libwrap, build programs with it too
Notes
Notes:
svn path=/head/; revision=2655
Diffstat (limited to 'security/tcp_wrapper/Makefile')
-rw-r--r-- | security/tcp_wrapper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index d824b32cec3b..19b2df40660e 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.9 1995/07/13 01:15:52 asami Exp $ +# $Id: Makefile,v 1.10 1995/11/22 13:20:16 asami Exp $ # DISTNAME= tcp_wrappers_7.2 @@ -16,6 +16,7 @@ MAINTAINER= torstenb@FreeBSD.ORG ALL_TARGET= freebsd post-install: + ldconfig -m ${PREFIX}/lib gzip -9nf ${PREFIX}/man/man3/hosts_access.3 \ ${PREFIX}/man/man5/hosts_access.5 ${PREFIX}/man/man5/hosts_options.5 \ ${PREFIX}/man/man8/tcpd.8 ${PREFIX}/man/man8/tcpdchk.8 \ |