- Make the IGNORE message even more explicit when there are

driver conflicts.
This commit is contained in:
Florent Thoumie 2008-03-13 12:38:08 +00:00
parent 381f0008f1
commit ac1af21794
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208935

View File

@ -101,7 +101,7 @@ DRV_CONFLICTS+= ${i}
.endfor
.if defined(DRV_CONFLICTS)
IGNORE= can't be installed because of conflicting drivers (${DRV_CONFLICTS})
IGNORE= can't be installed because of conflicting drivers (${DRV_CONFLICTS}). Re-run make config.
.endif
.for default in on off