diff options
author | B. Watson <yalhcru@gmail.com> | 2015-05-07 17:30:06 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2015-05-07 17:30:06 -0400 |
commit | ee67778ca3abc6a091e5585e4c44d7c1a39e5833 (patch) | |
tree | e902d9df62c0d5b6b97cec367dfc4dacc739f115 /pmake.hack/README | |
parent | 586b16e2a0cdf79a5c470cd4e9abd8a8f55ceab6 (diff) | |
download | bsd-games-extra-master.tar.gz |
Diffstat (limited to 'pmake.hack/README')
-rw-r--r-- | pmake.hack/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pmake.hack/README b/pmake.hack/README new file mode 100644 index 0000000..e53c640 --- /dev/null +++ b/pmake.hack/README @@ -0,0 +1,7 @@ +Slackware64's pmake is broken: the includes /usr/share/mk/*.mk all say +things like 'LIBC=/usr/lib64/libc.a' (the lib should be lib64). These +files *have* to exist, whether they're actually needed or not (and they're +not, since they're static libs and we're building dynamic binaries). + +This directory contains fixed versions of the mk includes, for pmake's -m +option to use. |