From 310292eceaabd521965d9059accbddf497f66e2a Mon Sep 17 00:00:00 2001 From: mikeh Date: Wed, 25 Jun 2003 15:53:25 +0000 Subject: Restore INET6 option from config.h. Submitted by: David Malone --- usr.bin/ftp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index 89b4f7d..1518dc5 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} -- cgit v1.1