diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-06-23 16:56:30 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-06-23 16:56:30 +0400 |
commit | 721170f1212cd6274948cdfc9697ea0a3741906d (patch) | |
tree | 4fdb06a4f65ce659acb19d5af266d8f89993dc37 /libc/debian/rules | |
parent | 7fa02f4d010169b077a225737ff40a49d5681a82 (diff) | |
download | illumos-packaging-721170f1212cd6274948cdfc9697ea0a3741906d.tar.gz |
libc (2.10-16) unstable; urgency=low
* Added libutil with openpty(), forkpty() and login_tty(); Added pty.h
header, patched utmp.h to define login_tty() as an extension. Based on
FreeBSD.
Diffstat (limited to 'libc/debian/rules')
-rwxr-xr-x | libc/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/debian/rules b/libc/debian/rules index 2f2c426..c5c761a 100755 --- a/libc/debian/rules +++ b/libc/debian/rules @@ -23,6 +23,7 @@ libs_core := \ common \ libavl \ libc \ +libutil \ libgen \ libcrypt \ libmd \ |