diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-20 17:49:51 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-20 17:49:51 +0000 |
commit | 1ea5186b51fcd892f7fda98a93c69305e9f71f7a (patch) | |
tree | 30d63d6c6a3b906efcc0d0e665c24f19e37a5ee7 /security | |
parent | Add -DNETGROUP to the compile-time flags so that entries in /etc/netgroup (diff) |
ldconfig -> ${LDCONFIG}.
Notes
Notes:
svn path=/head/; revision=7024
Diffstat (limited to 'security')
-rw-r--r-- | security/tcp_wrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index f8d5f6809565..a41ca19c42cf 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.13 1996/04/09 05:07:28 peter Exp $ +# $Id: Makefile,v 1.14 1996/11/17 07:58:06 obrien Exp $ # DISTNAME= tcp_wrappers_7.4 @@ -19,6 +19,6 @@ MAN5= hosts_access.5 hosts_options.5 MAN8= tcpd.8 tcpdchk.8 tcpdmatch.8 post-install: - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |