Add WITHOUT_SETI knob.

This commit is contained in:
Roman Bogorodskiy 2006-08-11 17:18:58 +00:00
parent 196d34848e
commit a8a36b50b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170363
2 changed files with 8 additions and 0 deletions

View File

@ -60,6 +60,10 @@ CONFIGURE_ARGS+= --disable-mpd
CONFIGURE_ARGS+= --disable-double-buffer
.endif
.if defined(WITHOUT_SETI)
CONFIGURE_ARGS+= --disable-seti
.endif
pre-everything::
@${ECHO_MSG} "You may specify the following on the command line:"
@${ECHO_MSG} " "

View File

@ -60,6 +60,10 @@ CONFIGURE_ARGS+= --disable-mpd
CONFIGURE_ARGS+= --disable-double-buffer
.endif
.if defined(WITHOUT_SETI)
CONFIGURE_ARGS+= --disable-seti
.endif
pre-everything::
@${ECHO_MSG} "You may specify the following on the command line:"
@${ECHO_MSG} " "