diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-15 19:20:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-15 19:20:48 +0000 |
commit | 1367418899513629d1994894143eb37b9048c850 (patch) | |
tree | 5447b0b110a174215e0837595a6aca16fb738acf /package/targets.mak | |
parent | 051f0f15b39cfaa198e833dd6b6f1bd7c69ec4eb (diff) | |
download | s6-portable-utils-1367418899513629d1994894143eb37b9048c850.tar.xz |
- Move seekablepipe from s6-networking to here
- Version tag: 2.0.1.0, release candidate
Diffstat (limited to 'package/targets.mak')
-rw-r--r-- | package/targets.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/targets.mak b/package/targets.mak index e811c1f..09fe7b1 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -37,7 +37,8 @@ s6-true \ s6-uniquename \ s6-unquote \ s6-unquote-filter \ -s6-update-symlinks +s6-update-symlinks \ +seekablepipe SBIN_TARGETS := LIBEXEC_TARGETS := |