Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/libexec/ftpd/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/libexec/ftpd/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.45 retrieving revision 1.46 diff -u -p -r1.45 -r1.46 --- src/libexec/ftpd/Makefile 2001/12/01 10:25:29 1.45 +++ src/libexec/ftpd/Makefile 2002/03/22 18:10:22 1.46 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2001/12/01 10:25:29 lukem Exp $ +# $NetBSD: Makefile,v 1.46 2002/03/22 18:10:22 thorpej Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 PROG= ftpd @@ -18,7 +18,7 @@ CPPFLAGS+=-DINET6 WARNS=2 -.ifdef SKEY +.if (${USE_SKEY} != "no") CPPFLAGS+=-DSKEY DPADD+= ${LIBSKEY} LDADD+= -lskey