diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-29 20:40:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-29 20:40:38 +0200 |
commit | b86e586807a005837b577df70d50756cc5311560 (patch) | |
tree | 00583017d81c6ebb910e3fed80f524c176240eff /tools | |
parent | bec38f92eb1a5a72192fb9dcc64083618a18bf34 (diff) |
fix basic build on OpenBSD
Diffstat (limited to 'tools')
-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+= \ |