aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/window/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove window(1) from the base system.Ed Schouten2009-06-021-21/+0
| | | | | | | | | | | | | | | | | | Some time ago Tom Rhodes sent me an email that he was willing to perform various cleanups to the window(1) source code. After some discussion, we both decided the best thing to do, was to move window(1) to the ports tree. The application isn't used a lot nowadays, mainly because it has been superseeded by screen, tmux, etc. A couple of hours ago Tom committed window(1) to ports (misc/window), so I'm removing it from the tree. I don't think people will really miss it, but I'm describing the change in UPDATING anyway. Discussed with: trhodes, pav, kib Approved by: re Notes: svn path=/head/; revision=193308
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
| | | | Notes: svn path=/head/; revision=90416
* Fixed bitrot in DPADD in rev.1.8.Bruce Evans2001-12-291-1/+1
| | | | Notes: svn path=/head/; revision=88674
* Temporarily "protect" this against the coming WARNS=2 default as itMark Murray2001-12-111-0/+1
| | | | | | | | is "hard to fix" (meaning I will come back to fix it if nobody gets there first). Notes: svn path=/head/; revision=87681
* use openpty() instead of rolling a custom function (which didn't supportBill Fumerola2001-09-281-1/+1
| | | | | | | the full range of ptys anyways) Notes: svn path=/head/; revision=84096
* Removed garbage "CFLAGS+= -I.". This finishes backing out rev.1.4.Bruce Evans2001-07-301-3/+0
| | | | Notes: svn path=/head/; revision=80627
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+0
| | | | Notes: svn path=/head/; revision=74848
* string.h has been repo copied to mystring.hDavid E. O'Brien2000-10-301-6/+0
| | | | Notes: svn path=/head/; revision=67940
* Having a local `string.h' is just asking for trouble. As is having aDavid E. O'Brien2000-10-261-0/+10
| | | | | | | | `struct string'. Rename the struct and effectively rename the header to `mystring.h' Notes: svn path=/head/; revision=67606
* Remove VMIN_BUG from CFLAGS, add 57600, 115200Andrey A. Chernov1994-10-271-1/+0
| | | | Notes: svn path=/head/; revision=3942
* More merry makefile munging for man page compatability.Garrett Wollman1994-08-051-1/+1
| | | | Notes: svn path=/head/; revision=1866
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+22
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590