=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/ftp/Makefile 2006/05/16 16:20:42 1.21 +++ src/usr.bin/ftp/Makefile 2007/06/13 13:52:26 1.22 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2006/05/16 16:20:42 deraadt Exp $ +# $OpenBSD: Makefile,v 1.22 2007/06/13 13:52:26 pyr Exp $ # Define SMALL to disable command line editing and https support #CFLAGS+=-DSMALL @@ -13,7 +13,7 @@ PROG= ftp SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \ - stringlist.c util.c + cookie.c stringlist.c util.c CPPFLAGS+= -DINET6