=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/ftp/Makefile 1997/07/25 21:56:16 1.10 +++ src/usr.bin/ftp/Makefile 1997/09/04 04:37:12 1.11 @@ -1,9 +1,12 @@ -# $OpenBSD: Makefile,v 1.10 1997/07/25 21:56:16 millert Exp $ -# $NetBSD: Makefile,v 1.12 1997/07/20 09:45:35 lukem Exp $ +# $OpenBSD: Makefile,v 1.11 1997/09/04 04:37:12 millert Exp $ +# $NetBSD: Makefile,v 1.13 1997/08/18 10:20:13 lukem Exp $ # from: @(#)Makefile 8.2 (Berkeley) 4/3/94 -# define SMALL to disable command line editing +# Define SMALL to disable command line editing #CFLAGS+=-DSMALL + +# Uncomment the following to provide defaults for gate-ftp operation +#CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21 PROG= ftp SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \