Put in missing .else - this should make WITH_PILOT working.

PR:		32569
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
Maxim Sobolev 2001-12-07 09:33:05 +00:00
parent 3c59058307
commit f23bb676f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51172
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include
LIBS= -L${LOCALBASE}/lib
.if !defined(WITH_PILOT)
CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
.else
CPPFLAGS+= -I${LOCALBASE}/pilot/include
LIBS+= -L${LOCALBASE}/pilot/lib
.endif

View File

@ -29,6 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include
LIBS= -L${LOCALBASE}/lib
.if !defined(WITH_PILOT)
CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
.else
CPPFLAGS+= -I${LOCALBASE}/pilot/include
LIBS+= -L${LOCALBASE}/pilot/lib
.endif