fix a mistake with ctrls option
Submitted by: Valerio Alliod <valerio.alliod@ieio.vda.it>
This commit is contained in:
parent
3bffe907e1
commit
b932c04b69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119694
2 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ PROFTPD_LIBS+= -lssl -lcrypto
|
|||
.endif
|
||||
|
||||
.if defined(WITH_CTRLS)
|
||||
CFLAGS+= --enable-ctrls
|
||||
CONFIGURE_ARGS+= --enable-ctrls
|
||||
MAN8+= ftpdctl.8
|
||||
.else
|
||||
.endif
|
||||
|
|
|
@ -112,7 +112,7 @@ PROFTPD_LIBS+= -lssl -lcrypto
|
|||
.endif
|
||||
|
||||
.if defined(WITH_CTRLS)
|
||||
CFLAGS+= --enable-ctrls
|
||||
CONFIGURE_ARGS+= --enable-ctrls
|
||||
MAN8+= ftpdctl.8
|
||||
.else
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue