fix a mistake with ctrls option

Submitted by:	Valerio Alliod <valerio.alliod@ieio.vda.it>
This commit is contained in:
Michael Haro 2004-10-17 21:43:54 +00:00
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

View file

@ -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

View file

@ -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