without this a clean build does not work.
-# $OpenBSD: Makefile,v 1.7 1996/08/07 03:27:53 downsj Exp $
+# $OpenBSD: Makefile,v 1.8 1997/02/06 23:49:10 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