diff options
-rw-r--r-- | libexec/ftpd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 18b3ee0661b..73d18e65749 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,12 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 1998/03/26 23:47:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 1998/05/29 04:42:37 rahnds Exp $ # $NetBSD: Makefile,v 1.13 1996/02/16 02:07:41 cgd Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 PROG= ftpd -.ifdef (${MACHINE} == "powerpc") -# bug in compiler causes ftpd.o to fail to compile with optimization. -CFLAGS= ${DEBUG} -.endif CFLAGS+=-DHASSETPROCTITLE -Dunix SRCS= ftpd.c ftpcmd.c logutmp.c logwtmp.c popen.c MAN= ftpd.8 |