diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 06:06:27 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 06:06:27 +0000 |
commit | 97548ea6b6ae9322fb78df90b7633d40df4e11df (patch) | |
tree | ab5a82d85a6c89f0dfdb1e44cc10cc6d80167d0c /lib/libcurses/MKkeys.awk | |
parent | 4eae3aa9e113650162ffb0bbb09e47503936e77e (diff) |
Install ncurses as -lcurses and <curses.h>
Install BSD curses library as -locurses and <ocurses.h>
Diffstat (limited to 'lib/libcurses/MKkeys.awk')
-rw-r--r-- | lib/libcurses/MKkeys.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcurses/MKkeys.awk b/lib/libcurses/MKkeys.awk new file mode 100644 index 00000000000..669c455ef54 --- /dev/null +++ b/lib/libcurses/MKkeys.awk @@ -0,0 +1 @@ +{printf "\tadd_to_try(%s, %s);\n", $1, $2;} |