aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt/demo
Commit message (Collapse)AuthorAgeFilesLines
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-1710-1013/+0
| | | | Notes: svn path=/head/; revision=158687
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
| | | | Notes: svn path=/head/; revision=140941
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+5
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* Include <unistd.h> for getopt's interface rather than declare thingsWarner Losh2001-03-011-4/+6
| | | | | | | individually here. Notes: svn path=/head/; revision=73264
* Don't extract these files as mode 664 during build, use mode 644 instead.Kris Kennaway2000-08-153-3/+6
| | | | Notes: svn path=/head/; revision=64662
* Part 4 of pcvt/voxware revival: pcvt userlandPeter Wemm1999-01-0110-0/+1007
| | | | | | | Reviewed by: core Notes: svn path=/head/; revision=42222
* follow up to:Poul-Henning Kamp1998-12-2710-1007/+0
| | | | | | | Pre 3.0 branch cleanup casualty #4: pcvt Notes: svn path=/head/; revision=42090
* $@ deprecated, use long form.Warner Losh1998-06-091-34/+34
| | | | | | | PR: conf/3273 Notes: svn path=/head/; revision=36798
* Don't build files at install time (just to be consistent; the problemBruce Evans1998-04-201-1/+1
| | | | | | | | | | is almost harmless here). Submitted by: Arne Henrik Juul <arnej@stud.math.ntnu.no> PR: 6330 Notes: svn path=/head/; revision=35347
* Typo alert (cosmetic).James Raynard1997-12-161-1/+1
| | | | Notes: svn path=/head/; revision=31786
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8857
* Silence `make -s' (echo -> ${ECHO}).Bruce Evans1995-05-071-4/+4
| | | | Notes: svn path=/head/; revision=8316
* Add -f to all gunzip's.Poul-Henning Kamp1995-04-211-7/+7
| | | | Notes: svn path=/head/; revision=7970
* PCVT userland utilities.Jordan K. Hubbard1995-02-0510-0/+1007
Submitted by: hm Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=6199