=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/ftp/Makefile 2007/06/13 13:52:26 1.22 +++ src/usr.bin/ftp/Makefile 2008/07/08 21:07:57 1.23 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2007/06/13 13:52:26 pyr Exp $ +# $OpenBSD: Makefile,v 1.23 2008/07/08 21:07:57 martynas Exp $ # Define SMALL to disable command line editing and https support #CFLAGS+=-DSMALL @@ -12,8 +12,8 @@ .endif PROG= ftp -SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \ - cookie.c stringlist.c util.c +SRCS= cmds.c cmdtab.c complete.c cookie.c domacro.c fetch.c ftp.c list.c \ + main.c ruserpass.c stringlist.c util.c CPPFLAGS+= -DINET6