=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/ftp/Makefile 2000/09/07 01:57:35 1.18 --- src/usr.bin/ftp/Makefile 2002/11/08 03:30:17 1.19 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.18 2000/09/07 01:57:35 todd Exp $ # Define SMALL to disable command line editing #CFLAGS+=-DSMALL --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.19 2002/11/08 03:30:17 fgsch Exp $ # Define SMALL to disable command line editing #CFLAGS+=-DSMALL *************** *** 17,24 **** CPPFLAGS+= -DINET6 ! LDADD+= -ledit -lcurses ! DPADD+= ${LIBEDIT} ${LIBCURSES} #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes --- 17,24 ---- CPPFLAGS+= -DINET6 ! LDADD+= -ledit -lcurses -lutil ! DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes