mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-02 23:31:56 +00:00
fef1481080
- renamed makefile.mk to Makefile
16 lines
337 B
Plaintext
16 lines
337 B
Plaintext
Name: <prog>
|
|
Version: 2.0 (August 1997)
|
|
Shell: GNO
|
|
Author: Dave Tribby (from FreeBSD code)
|
|
Contact: tribby@cup.hp.com
|
|
Where: /bin/<prog>
|
|
FTP: ground.isca.uiowa.edu apple2.caltech.edu trenco.myrias.com
|
|
|
|
<description>
|
|
|
|
/*
|
|
* Resources for version and comment
|
|
*/
|
|
#define PROG "wc"
|
|
#define DESC "Word, line, and byte count."
|