diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-11-05 08:03:13 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-11-05 08:03:13 +0400 |
commit | 644a7f0d98d8ddad2b7edf215ad49e24bcfca76f (patch) | |
tree | 094f01dab335aedeaf8d72f1513263394f0d32fe /libc/debian/rules | |
parent | f86018512b6417023aaf1286ebc771e5aafba94e (diff) | |
download | illumos-packaging-644a7f0d98d8ddad2b7edf215ad49e24bcfca76f.tar.gz |
libc 2.10-2
Diffstat (limited to 'libc/debian/rules')
-rwxr-xr-x | libc/debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/debian/rules b/libc/debian/rules index a2c6582..b5ad893 100755 --- a/libc/debian/rules +++ b/libc/debian/rules @@ -152,6 +152,9 @@ headers-stamp: patch-stamp dirs-stamp fix-x-stamp debian/tmp/usr/include/libsunavl/ cp usr/src/uts/common/sys/md[45].h \ usr/src/uts/common/sys/sha[12].h \ + usr/src/uts/common/sys/md5_consts.h \ + usr/src/uts/common/sys/sha1_consts.h \ + usr/src/uts/common/sys/sha2_consts.h \ debian/tmp/usr/include/sys/ touch $@ |