diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-29 23:38:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-29 23:38:56 +0200 |
commit | 049456b052c54b6c148438075bea9c4853d9bc95 (patch) | |
tree | c09ba7de00312b092f238be3987e348c43997efe /tools/cpio | |
parent | aef64acf2d4f120f473c79dc2a8524c38f6e9afb (diff) | |
parent | ebceab36a119fa8fd8123b7bf92e4ab2371ecbd9 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/cpio')
-rw-r--r-- | tools/cpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cpio/Makefile b/tools/cpio/Makefile index 4e3548954..d14fb56df 100644 --- a/tools/cpio/Makefile +++ b/tools/cpio/Makefile @@ -12,6 +12,7 @@ SRCS+= \ src/ib_getlin.c \ src/sfile.c \ src/gmatch.c \ + src/sigset.c \ src/memalign.c SRCS+= \ |