aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/dc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Do not store the same config.h twice - use one from bc directoryAndrey A. Chernov1998-05-011-2/+2
| | | | Notes: svn path=/head/; revision=35602
* Added missing -DHAVE_CONFIG_H to CFLAGS. It happens to be a no-op hereBruce Evans1998-05-011-5/+5
| | | | | | | | | | only because dc doesn't use anything in the gnu library that has a significant dependency on config.h. Simplified paths. Notes: svn path=/head/; revision=35579
* Style:Andreas Klemm1998-05-011-19/+8
| | | | | | | | | | | | | | | | | | - Makefiles shouldn't have copyrights. - $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. - Don't use += to initialize SUBDIR. - use the config.h generated by `configure' and don't use a huge CFLAGS statement. I think the other Makefiles under src/gnu needs some polishing as well ;-) Thanks to Bruce, everythig looks smarter now. Obtained from: Bruce Evans <bde@zeta.org.au> Notes: svn path=/head/; revision=35576
* fix make - use -I${.CURDIR} instead -I.Andrey A. Chernov1998-04-301-2/+2
| | | | Notes: svn path=/head/; revision=35531
* update dc utility as wellAndreas Klemm1998-04-291-7/+23
| | | | | | | | after importing the new bc-1.0.4 sources, which contain the latest DNU dc version Notes: svn path=/head/; revision=35522
* Upgrade to dc version 1.0 which comes bundled withSteve Price1996-11-041-2/+4
| | | | | | | bc version 1.03. Notes: svn path=/head/; revision=19382
* Add doc to SUBDIRAndrey A. Chernov1995-01-161-0/+1
| | | | Notes: svn path=/head/; revision=5658
* Added man page - it looks a little odd in places (the 'i' and 'o'Jordan K. Hubbard1993-08-041-1/+0
| | | | | | | | commands), but this is the way it looked in the texinfo docs so I stayed faithful to RMS's original presentation. Notes: svn path=/head/; revision=239
* dc has no man page, so add NOMAN to MakefileNate Williams1993-08-031-1/+2
| | | | Notes: svn path=/head/; revision=237
* adding GNU dc ("desk calculator")Andrew Moore1993-07-311-0/+7
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=220