svn commit: r203437 - in head/usr.bin: bc dc

Gabor Kovesdan gabor at FreeBSD.org
Wed Feb 3 19:12:28 UTC 2010


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>


More information about the svn-src-all mailing list