From dca19a09d9fa92027154935a827be1d324f83a8f Mon Sep 17 00:00:00 2001 From: Foxfair Hu Date: Thu, 3 Jul 2003 00:40:20 +0000 Subject: PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Fix 'make index' warning. Pointed out by: parv_fm@emailgroups.net --- security/pf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/pf') diff --git a/security/pf/Makefile b/security/pf/Makefile index 2434f5c4a51a..cea8652d3ab1 100644 --- a/security/pf/Makefile +++ b/security/pf/Makefile @@ -51,7 +51,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 -- cgit v1.2.3