aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/bc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Remove GNU bc/dc bits. There has not been any regressions seen afterGabor Kovesdan2010-02-211-21/+0
| | | | | | | | | | BSD bc/dc import. It has been tested with make universe that this code is not used by anything any more. Approved by: delphij (mentor) Notes: svn path=/head/; revision=204171
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* Respect NO_EXAMPLESPoul-Henning Kamp2005-08-051-0/+2
| | | | Notes: svn path=/head/; revision=148739
* Remove getopt*.c, we already have getopt_long() in libcAndrey A. Chernov2004-02-171-1/+1
| | | | Notes: svn path=/head/; revision=125905
* GCC 3.1's cpp no longer searches for includes using hints from #line.David E. O'Brien2002-03-161-5/+4
| | | | Notes: svn path=/head/; revision=92448
* Install files via FILES.Ruslan Ermilov2001-12-171-10/+4
| | | | Notes: svn path=/head/; revision=88067
* Fixed style bugs (tab corruption) on every changed line in previous commit.Bruce Evans2001-11-111-2/+2
| | | | Notes: svn path=/head/; revision=86249
* Back out switching from libreadline to libedit:Andrey A. Chernov2001-11-091-2/+2
| | | | | | | | 1) It is capabilities degradation: f.e. libedit can't process ~/.inputrc files 2) It have no sense to try to un-GNU GNU program. Notes: svn path=/head/; revision=86215
* Fixed style bugs in previous commit:Bruce Evans2001-10-191-4/+2
| | | | | | | | - don't comment out the old version; just modify it. - don't 2 sets of 3 style bugs that weren't present in the old version. Notes: svn path=/head/; revision=85157
* Turn on the libedit support in bc. Turn off libreadline.Matthew N. Dodd2001-10-191-2/+4
| | | | Notes: svn path=/head/; revision=85121
* install contrib/bc/Examples as /usr/share/examples/bcAlexey Zelkin2000-01-101-0/+10
| | | | Notes: svn path=/head/; revision=55734
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Use Byacc rather than Bison.David E. O'Brien1999-08-021-2/+1
| | | | Notes: svn path=/head/; revision=49368
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-041-18/+5
| | | | | | | | | Fixed slightly wrong order of -I's in CFLAGS. FIxed the usual style bugs in DPADD and LDADD. Notes: svn path=/head/; revision=35691
* Add missing -DHAVE_CONFIG_HAndrey A. Chernov1998-05-011-2/+2
| | | | Notes: svn path=/head/; revision=35600
* Style:Andreas Klemm1998-05-011-15/+8
| | | | | | | | | | | | | $Id$ should be preceded by a tab Don't include ../Makefile.inc when it is not used explicitly Use the normal amount of horizontal and vertical whitspace (1 tab/none) Don't override the (correct) default for MAN1 Use the correct order for -I paths Use config.h generated by `configure', don't use a huge CFLAGS statement Enable useage of libreadline in config.h, configure didn't enable it itself. Notes: svn path=/head/; revision=35577
* Add libtermcap to DPADD tooAndrey A. Chernov1998-05-011-2/+2
| | | | Notes: svn path=/head/; revision=35573
* -ltermcap is required due to -lreadline else you get missing functionsMarc G. Fournier1998-05-011-2/+2
| | | | | | | like 'tputs()' et al... Notes: svn path=/head/; revision=35572
* Use generated bc.hAndrey A. Chernov1998-04-301-3/+9
| | | | Notes: svn path=/head/; revision=35553
* Turn on Readline supportAndrey A. Chernov1998-04-301-1/+5
| | | | Notes: svn path=/head/; revision=35536
* Fix make - use -I${.CURDIR} instead of -I.Andrey A. Chernov1998-04-301-2/+2
| | | | Notes: svn path=/head/; revision=35530
* remove old bc-1.0.3 stuffAndreas Klemm1998-04-291-6/+21
| | | | | | | | | modify Makefile, to get bc-1.0.4 from src/contrib/bc adjust config.h PR: closes 4183 Notes: svn path=/head/; revision=35521
* Change -I$(.CURDIR) to -I. in CFLAGS. As Bruce pointed outSteve Price1996-11-041-1/+1
| | | | | | | | | | $(...) is bad style and without -I. this program would not compile unless ${.OBJDIR} == ${.CURDIR}. Submitted by: bde Notes: svn path=/head/; revision=19389
* Upgrade to version 1.03.Steve Price1996-11-041-2/+6
| | | | Notes: svn path=/head/; revision=19380
* New manual page systemCharlie Root1993-07-021-1/+1
| | | | Notes: svn path=/head/; revision=84
* Removed BINDIR= from Makefile so that bc installs in /usr/gnu/binRodney W. Grimes1993-06-211-1/+0
| | | | Notes: svn path=/head/; revision=40
* New bc-1.02 bmake sourcesPaul Richards1993-06-191-0/+7
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=28