diff options
-rw-r--r-- | libexec/ftpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 352c46c170f..12134689609 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2004/11/28 18:49:29 henning Exp $ +# $OpenBSD: Makefile,v 1.24 2005/06/15 16:13:27 mickey Exp $ # $NetBSD: Makefile,v 1.13 1996/02/16 02:07:41 cgd Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 @@ -7,6 +7,7 @@ CFLAGS+=-DHASSETPROCTITLE -Dunix SRCS= ftpd.c ftpcmd.y logutmp.c logwtmp.c monitor.c monitor_fdpass.c popen.c MAN= ftpd.8 YFLAGS= +CLEANFILES+=y.tab.c .include <bsd.own.mk> |