diff options
| author | Roy Marples <roy@marples.name> | 2009-07-14 13:59:30 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-07-14 13:59:30 +0000 |
| commit | 5fff28a154f8d9a15afa695238a0412989335c1f (patch) | |
| tree | 2ccce60710881b2e7c15fd045aca3f58b1df0e82 /Makefile.inc | |
| parent | 1e11fce587c1463e84899f2649ff40a83c9dbbe1 (diff) | |
| download | dhcpcd-5fff28a154f8d9a15afa695238a0412989335c1f.tar.xz | |
Replace the mk stubs with a autotools like configure script.
Split compat libc functions out into subdir.
Diffstat (limited to 'Makefile.inc')
| -rw-r--r-- | Makefile.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc new file mode 100644 index 00000000..fd7ead44 --- /dev/null +++ b/Makefile.inc @@ -0,0 +1,9 @@ +# System definitions + +BINMODE?= 0555 +NONBINMODE?= 0444 +MANMODE?= ${NONBINMODE} +CONFMODE?= 0644 + +INSTALL?= install +SED?= sed |
