=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/ftp/Makefile 1998/07/24 00:10:54 1.15 +++ src/usr.bin/ftp/Makefile 1999/12/08 12:57:06 1.16 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 1998/07/24 00:10:54 millert Exp $ +# $OpenBSD: Makefile,v 1.16 1999/12/08 12:57:06 itojun Exp $ # Define SMALL to disable command line editing #CFLAGS+=-DSMALL @@ -14,6 +14,9 @@ PROG= ftp SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \ stringlist.c util.c + +# not really used at this moment +CPPFLAGS+= -DINET6 LDADD+= -ledit -lcurses DPADD+= ${LIBEDIT} ${LIBCURSES}