diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-07 03:27:55 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-07 03:27:55 +0000 |
commit | 49ac8a332f4d8a7701ebc899f103d5b92320e90f (patch) | |
tree | ff37baaeba6817f0abf0d9346fa7f6c070e13de6 /libexec/ftpd/Makefile | |
parent | 8b70c05ce79ed438f3805d6bbaf7eacdd0da6e1d (diff) |
STATS is not an option.
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r-- | libexec/ftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index c56268b7873..1b12d02eea4 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 1996/07/28 22:42:44 downsj Exp $ +# $OpenBSD: Makefile,v 1.7 1996/08/07 03:27:53 downsj Exp $ # $NetBSD: Makefile,v 1.13 1996/02/16 02:07:41 cgd Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 PROG= ftpd -CFLAGS+=-DHASSETPROCTITLE -DSTATS -Dunix +CFLAGS+=-DHASSETPROCTITLE -Dunix SRCS= ftpd.c ftpcmd.c logutmp.c logwtmp.c popen.c MAN= ftpd.8 CLEANFILES+=ftpcmd.c y.tab.h |