- Fix portlint warning
PR: 200831 Submitted by: leres@ee.lbl.gov Approved by: maintainer timeout (itetcu, 2 weeks)
This commit is contained in:
parent
900ea14841
commit
b1115d8b20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390972
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ TEST_DRV_CONFIGURE_ENABLE= test
|
|||
pre-configure:
|
||||
.if ${PORT_OPTIONS:MCLIENT_ONLY} && ( ${PORT_OPTIONS:MAPCSMART_DRV} || \
|
||||
${PORT_OPTIONS:MAPCDUMB_DRV} || ${PORT_OPTIONS:MPCNET_DRV} || \
|
||||
${PORT_OPTIONS:MPOWERFLUTE} || ${PORT_OPTIONS:MUSB} || \
|
||||
${PORT_OPTIONS:MUSB} || \
|
||||
${PORT_OPTIONS:MSNMP_DRV} || ${PORT_OPTIONS:MTEST_DRV} )
|
||||
@${ECHO_CMD} "It doesn't make sense to build drivers if all you want is"
|
||||
@${ECHO_CMD} "the client; please do make config and select either"
|
||||
|
|
Loading…
Reference in a new issue