From owner-freebsd-hackers Sun May 16 4: 1:38 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from kronos.alcnet.com (unknown [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id 75DAE15299 for ; Sun, 16 May 1999 04:01:36 -0700 (PDT) (envelope-from kbyanc@alcnet.com) X-Provider: ALC Communications, Inc. http://www.alcnet.com/ Received: from localhost (kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) with ESMTP id OAA23534 for ; Thu, 8 Apr 1999 14:53:00 -0400 (EDT) Date: Thu, 8 Apr 1999 14:53:00 -0400 (EDT) From: Kelly Yancey To: freebsd-hackers@freebsd.org Subject: bmake and gmake Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Fun. Fun. Fun. I am trying to port some software to a system with only gmake and the makefile uses bmake-style conditionals. Is there a good way to convert the conditionals? Here is the offender: .ifmake fastcgi DEFINES += -DFASTCGI CFLAGS+=-I$(FCGIINCLUDEDIR) .endif I really appreciate the help! Kelly ~kbyanc@alcnet.com~ "Silly penguin, Linux is for kids" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message