=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/ftp/Makefile 1997/04/10 00:17:06 1.9 +++ src/usr.bin/ftp/Makefile 1997/07/25 21:56:16 1.10 @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.9 1997/04/10 00:17:06 millert Exp $ -# $NetBSD: Makefile,v 1.11 1997/03/24 21:59:36 christos Exp $ +# $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 $ # from: @(#)Makefile 8.2 (Berkeley) 4/3/94 # define SMALL to disable command line editing @@ -11,5 +11,7 @@ LDADD+= -ledit -ltermcap DPADD+= ${LIBEDIT} ${LIBTERMCAP} + +#COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes .include