aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-01-25 11:00:28 +0800
committerache <ache@FreeBSD.org>1996-01-25 11:00:28 +0800
commitdae964336366775425fb863bf966b0294fd96b45 (patch)
tree1dddb0c23c6d7f67387ab43d95b76d458df8e6f5
parent91f4e76e575b3264a474bec39c00711088897387 (diff)
downloadfreebsd-ports-gnome-dae964336366775425fb863bf966b0294fd96b45.tar.gz
freebsd-ports-gnome-dae964336366775425fb863bf966b0294fd96b45.tar.zst
freebsd-ports-gnome-dae964336366775425fb863bf966b0294fd96b45.zip
Build/install shared libwrap, build programs with it too
-rw-r--r--security/tcp_wrapper/Makefile3
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 \