Date: Wed, 3 Feb 2010 19:12:27 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r203437 - in head/usr.bin: bc dc Message-ID: <201002031912.o13JCRcc082489@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gabor Date: Wed Feb 3 19:12:27 2010 New Revision: 203437 URL: http://svn.freebsd.org/changeset/base/203437 Log: - style.Makefile(5) Submitted by: uqs Approved by: delphij (mentor) Modified: head/usr.bin/bc/Makefile head/usr.bin/dc/Makefile Modified: head/usr.bin/bc/Makefile ============================================================================== --- head/usr.bin/bc/Makefile Wed Feb 3 18:42:14 2010 (r203436) +++ head/usr.bin/bc/Makefile Wed Feb 3 19:12:27 2010 (r203437) @@ -1,11 +1,11 @@ # $FreeBSD$ # $OpenBSD: Makefile,v 1.4 2006/06/30 19:02:28 otto Exp $ -PROG= bc -SRCS= bc.y scan.l -CFLAGS+= -I. -I${.CURDIR} +PROG= bc +SRCS= bc.y scan.l +CFLAGS+= -I. -I${.CURDIR} -FILES+= bc.library -FILESDIR= ${SHAREDIR}/misc +FILES+= bc.library +FILESDIR=${SHAREDIR}/misc .include <bsd.prog.mk> Modified: head/usr.bin/dc/Makefile ============================================================================== --- head/usr.bin/dc/Makefile Wed Feb 3 18:42:14 2010 (r203436) +++ head/usr.bin/dc/Makefile Wed Feb 3 19:12:27 2010 (r203437) @@ -3,7 +3,8 @@ PROG= dc SRCS= dc.c bcode.c inout.c mem.c stack.c -LDADD= -lcrypto +CFLAGS+=--param max-inline-insns-single=64 DPADD= ${LIBCRYPTO} +LDADD= -lcrypto .include <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002031912.o13JCRcc082489>