=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/ftp/Makefile 2009/01/05 18:51:49 1.24 --- src/usr.bin/ftp/Makefile 2009/05/05 19:35:30 1.25 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.24 2009/01/05 18:51:49 martynas Exp $ # Define SMALL to disable command line editing and https support #CFLAGS+=-DSMALL --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.25 2009/05/05 19:35:30 martynas Exp $ # Define SMALL to disable command line editing and https support #CFLAGS+=-DSMALL *************** *** 12,19 **** .endif PROG= ftp ! 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 --- 12,19 ---- .endif PROG= ftp ! SRCS= cmds.c cmdtab.c complete.c cookie.c domacro.c fetch.c ftp.c \ ! list.c main.c ruserpass.c small.c stringlist.c util.c CPPFLAGS+= -DINET6