diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-21 14:21:25 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-21 14:21:25 +0000 |
commit | 2ac33805377ce80c740e282d8ea592ff1ab19c37 (patch) | |
tree | 94d632bc170f6d9e50da10e46b46d4a541c2f9ce /security/tcp_wrapper/files | |
parent | 8d7c177e0e6a2f35f20da97ec275ea28cfad4eaa (diff) |
Notes
Diffstat (limited to 'security/tcp_wrapper/files')
-rw-r--r-- | security/tcp_wrapper/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa index f312466b2844..4a6d58697a1a 100644 --- a/security/tcp_wrapper/files/patch-aa +++ b/security/tcp_wrapper/files/patch-aa @@ -169,7 +169,7 @@ # Protection against weird shells or weird make programs. SHELL = /bin/sh -! PREFIX = /usr/local +! PREFIX ?= /usr/local ! ! .SUFFIXES: .c .so .o ! |