Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix 'make index' warning.

Pointed out by: parv_fm@emailgroups.net
This commit is contained in:
Foxfair Hu 2003-07-03 00:40:20 +00:00
parent ea8b792936
commit dca19a09d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84090

View File

@ -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