diff options
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 \ |