From 66a46da60432726fdc440e3f0e5993b3119301ab Mon Sep 17 00:00:00 2001 From: "Dale S. Rahn" Date: Fri, 29 May 1998 04:42:38 +0000 Subject: gcc2.8.X.X fixes another powerpc compilation bug, workaround removed. --- libexec/ftpd/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libexec/ftpd') 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 -- cgit v1.2.3