aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt
Commit message (Collapse)AuthorAgeFilesLines
...
* Use ${COPY} instead of -c for installing non-source files.Bruce Evans1997-01-011-2/+1
| | | | Notes: svn path=/head/; revision=21155
* comma typosWolfram Schneider1996-12-231-5/+2
| | | | Notes: svn path=/head/; revision=20888
* Fixed DPADD.Bruce Evans1996-09-051-1/+8
| | | | Notes: svn path=/head/; revision=18050
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-243-3/+3
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* Removed -g from CFLAGS.Bruce Evans1996-06-231-1/+1
| | | | Notes: svn path=/head/; revision=16613
* Correct paths for pcvt in FreeBSD. Close PR#1071Jordan K. Hubbard1996-03-101-30/+30
| | | | | | | Submitted by: David E. O'Brien <obrien@Nuxi.cs.ucdavis.edu> Notes: svn path=/head/; revision=14448
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-113-3/+4
| | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however. Notes: svn path=/head/; revision=14038
* Another round of various man page cleanups.Mike Pritchard1996-02-091-3/+3
| | | | Notes: svn path=/head/; revision=14004
* Add some missing MLINKS, correct some cross references, correct someMike Pritchard1996-02-092-14/+18
| | | | | | | file locations and some minor formatting/style problems. Notes: svn path=/head/; revision=14003
* Fix some of the pcvt related man pages to reflect where theMike Pritchard1996-01-224-16/+16
| | | | | | | various pcvt support files are really installed. Closes PR# 740. Notes: svn path=/head/; revision=13560
* Fix SRCS so that `make depend' works. There were some .l's and some .y's.Bruce Evans1995-09-282-10/+11
| | | | | | | | | | | | | | | | | | | | | The filenames in SRCS must have one of the extensions .s, .S, .c, or .cc if they are to be handled by bsd.dep.mk. Lex and yacc files must be converted to C files and kept around for everything to work. This is handled fairly automatically if the names of the generated C files are put in SRCS. Unfortunately these names must be put in CLEANFILES too. pcvt Makefiles: Fix DPADD. It was missing. Fix CLEANFILES. Some temporary files were missing. Fix CFLAGS. There were some `-I dir' options. There must be no whitespace separating -I and -D options from the corresponding args if these options are to be handled by bsd.dep.mk. Notes: svn path=/head/; revision=11052
* Remove private beforeinstall: target that incorrectly attempted to makeRodney W. Grimes1995-09-211-4/+0
| | | | | | | the /usr/share/man/man8 directory no matter what DESTDIR was set to. Notes: svn path=/head/; revision=10943
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-252-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Change `install' to `${INSTALL}' as usual.Bruce Evans1995-07-251-4/+1
| | | | | | | | | | Nuke potential for mkdir'ing /usr/lib. Don't move the the target to a backup file before installing it. This will defeat `install -C'. Notes: svn path=/head/; revision=9699
* Remove trailing whitespace.Rodney W. Grimes1995-05-3021-290/+290
| | | | Notes: svn path=/head/; revision=8857
* Fix nested comments for -Wcomment warnings.Rodney W. Grimes1995-05-091-5/+5
| | | | Notes: svn path=/head/; revision=8379
* Silence `make -s' (echo -> ${ECHO}).Bruce Evans1995-05-076-9/+9
| | | | Notes: svn path=/head/; revision=8316
* Forcibly add -O2 to the vgaio CFLAGS, to work around a gcc bug.Joerg Wunsch1995-05-061-0/+1
| | | | Notes: svn path=/head/; revision=8305
* Add -f to all gunzip's.Poul-Henning Kamp1995-04-211-7/+7
| | | | Notes: svn path=/head/; revision=7970
* Missing ${DESTDIR} added 4 places, pcvt's Makefiles are a crock!Rodney W. Grimes1995-04-171-3/+3
| | | | Notes: svn path=/head/; revision=7912
* Add 4 missing ${DESTDIR}'s, this is another Makefile that needs rewritten.Rodney W. Grimes1995-04-171-2/+2
| | | | Notes: svn path=/head/; revision=7911
* Upgrade pcvt to 3.20 b24.Joerg Wunsch1995-04-0812-134/+261
| | | | Notes: svn path=/head/; revision=7668
* Update pcvt to 3.20b23Joerg Wunsch1995-04-019-64/+200
| | | | | | | Submitted by: Hellmuth Michaelis <hm@altona.hamburg.com> Notes: svn path=/head/; revision=7558
* Adding the various documentation files that are accompanyingJoerg Wunsch1995-03-0519-0/+4048
| | | | | | | the regular pcvt distribution under pcvt/Misc. Notes: svn path=/head/; revision=6919
* Upgrade to beta 3.20/b22Joerg Wunsch1995-03-055-28/+13
| | | | Notes: svn path=/head/; revision=6917
* Adding the various documentation files that are accompanyingJoerg Wunsch1995-03-051-0/+297
| | | | | | | the regular pcvt distribution under pcvt/Misc. Notes: svn path=/head/; revision=6916
* Updated this to be more FreeBSD-like; there was a lot of bipartisan cruftJordan K. Hubbard1995-02-128-149/+14
| | | | | | | | | in here that just made it a heck of a lot more confusing to maintain. Somebody like Joerg can reality-check this at some point, when they have more time. For now, it works. Notes: svn path=/head/; revision=6316
* PCVT userland utilities.Jordan K. Hubbard1995-02-0582-0/+13881
Submitted by: hm Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=6199