diff options
Diffstat (limited to 'package/vsftpd')
-rw-r--r-- | package/vsftpd/vsftpd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/vsftpd/vsftpd.mk b/package/vsftpd/vsftpd.mk index 9fc3370e8..c1cca563c 100644 --- a/package/vsftpd/vsftpd.mk +++ b/package/vsftpd/vsftpd.mk @@ -69,6 +69,6 @@ vsftpd-dirclean: # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_PACKAGE_VSFTPD)),y) +ifeq ($(BR2_PACKAGE_VSFTPD),y) TARGETS+=vsftpd endif |