diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-07-03 00:45:21 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-07-03 00:45:21 +0000 |
commit | be5bc11e8d211a41bdd4554b287e080fb5d48d66 (patch) | |
tree | 67fd87bf4aa316150ef269d6fde4f9bdca27d08e /security | |
parent | dca19a09d9fa92027154935a827be1d324f83a8f (diff) | |
download | ports-be5bc11e8d211a41bdd4554b287e080fb5d48d66.tar.gz ports-be5bc11e8d211a41bdd4554b287e080fb5d48d66.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/authpf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/authpf/Makefile b/security/authpf/Makefile index b7a12ffdef14..20949cbeed94 100644 --- a/security/authpf/Makefile +++ b/security/authpf/Makefile @@ -49,7 +49,7 @@ IGNORE= "Only for 5.0 and above" .endif .if !exists(${SRC_BASE}/sys/Makefile) && \ - (defined(WITH_ALTQ) && !exists(${SYS_ALTQ}/Makefile) + (defined(WITH_ALTQ) && !exists(${SYS_ALTQ}/Makefile)) IGNORE= "Kernel source files required" .endif |