From fd693f67909dd3af03e57f48ce2ddd2ee3a222ff Mon Sep 17 00:00:00 2001 From: Mike Heffner Date: Wed, 25 Jun 2003 15:53:25 +0000 Subject: [PATCH] Restore INET6 option from config.h. Submitted by: David Malone --- usr.bin/ftp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index 89b4f7d3020f..1518dc5b2ef1 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -13,7 +13,7 @@ PROG= ftp SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c progressbar.c \ ruserpass.c util.c -CFLAGS+=-I${.CURDIR} -I${LUKEMFTP} +CFLAGS+=-I${.CURDIR} -I${LUKEMFTP} -DINET6 LDADD+= -ledit -ltermcap -lutil DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}