summaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt/kbdio
Commit message (Collapse)AuthorAgeFilesLines
* Fix SRCS so that `make depend' works. There were some .l's and some .y's.Bruce Evans1995-09-281-6/+6
| | | | | | | | | | | | | | | | | | | | | 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
* Silence `make -s' (echo -> ${ECHO}).Bruce Evans1995-05-071-1/+1
| | | | Notes: svn path=/head/; revision=8316
* Update pcvt to 3.20b23Joerg Wunsch1995-04-012-3/+43
| | | | | | | Submitted by: Hellmuth Michaelis <hm@altona.hamburg.com> Notes: svn path=/head/; revision=7558
* PCVT userland utilities.Jordan K. Hubbard1995-02-053-0/+433
Submitted by: hm Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=6199