aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-07-03 08:45:21 +0800
committerfoxfair <foxfair@FreeBSD.org>2003-07-03 08:45:21 +0800
commit81adb1170e72514f8fd9e4abc8db3aa2315fe4a6 (patch)
tree16871c0ea3b1b7bdebfb88a748e5861a9221ef8e /security
parentd77c65937fefc96b4dbd1ab8223d538c4eda3957 (diff)
downloadfreebsd-ports-gnome-81adb1170e72514f8fd9e4abc8db3aa2315fe4a6.tar.gz
freebsd-ports-gnome-81adb1170e72514f8fd9e4abc8db3aa2315fe4a6.tar.zst
freebsd-ports-gnome-81adb1170e72514f8fd9e4abc8db3aa2315fe4a6.zip
PR:
Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Fix 'make index' warning. Pointed out by: parv_fm@emailgroups.net
Diffstat (limited to 'security')
-rw-r--r--security/authpf/Makefile2
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