The lukemftpd code depends on INET6. Therefore MK_INET6_SUPPORT

should be respected.
This commit is contained in:
Yaroslav Tykhiy 2006-07-28 10:50:11 +00:00
parent 9da33b3565
commit 249265386a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160778

View File

@ -13,6 +13,11 @@ SRCS= cmds.c conf.c ftpd.c ftpcmd.y popen.c
SRCS+= strsuftoll.c
WFORMAT= 0
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif
CFLAGS+= -include nbsd2fbsd.h
CFLAGS+= -I${.CURDIR} -I${LUKEMFTPD} -I${LUKEMFTPD}/src
CFLAGS+= -I${.CURDIR}/../../lib/libc/stdtime