diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-07-03 08:45:21 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-07-03 08:45:21 +0800 |
commit | 81adb1170e72514f8fd9e4abc8db3aa2315fe4a6 (patch) | |
tree | 16871c0ea3b1b7bdebfb88a748e5861a9221ef8e /security | |
parent | d77c65937fefc96b4dbd1ab8223d538c4eda3957 (diff) | |
download | freebsd-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/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 |