diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-29 15:41:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-29 15:41:52 +0200 |
commit | 5c9e89a9fb7c76653b3d1173ee57511ec05f3e69 (patch) | |
tree | 6a67fa13c8c0689f9dd1b70bb39a5a23101f84ea /tools/cpio/Makefile | |
parent | fd6481d82ff407139157e53df28563d40bb3ad3b (diff) |
NetBSD portability fixes
Diffstat (limited to 'tools/cpio/Makefile')
-rw-r--r-- | tools/cpio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/cpio/Makefile b/tools/cpio/Makefile index e9533a498..4e3548954 100644 --- a/tools/cpio/Makefile +++ b/tools/cpio/Makefile @@ -11,7 +11,8 @@ SRCS+= \ src/ib_free.c \ src/ib_getlin.c \ src/sfile.c \ - src/gmatch.c + src/gmatch.c \ + src/memalign.c SRCS+= \ src/version.c \ |