diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-05-29 04:42:38 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1998-05-29 04:42:38 +0000 |
commit | 66a46da60432726fdc440e3f0e5993b3119301ab (patch) | |
tree | 0855db8f2e3f03cffa4562e5762a67f9c74545c4 /libexec/ftpd | |
parent | a5ebd6227863196eaeb180f7fca4af5b07516c16 (diff) |
gcc2.8.X.X fixes another powerpc compilation bug, workaround removed.
Diffstat (limited to 'libexec/ftpd')
-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 |