summaryrefslogtreecommitdiffstats
path: root/schedutils/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:26:54 +0100
committerKarel Zak2006-12-07 00:26:54 +0100
commit48d7b13a1eab85fab91c8d6c5ddf298f733c74f5 (patch)
tree8813d36590ee3361bd75f57a12fd2032e9296ddb /schedutils/Makefile.am
parentImported from util-linux-2.12r tarball. (diff)
downloadkernel-qcow2-util-linux-48d7b13a1eab85fab91c8d6c5ddf298f733c74f5.tar.gz
kernel-qcow2-util-linux-48d7b13a1eab85fab91c8d6c5ddf298f733c74f5.tar.xz
kernel-qcow2-util-linux-48d7b13a1eab85fab91c8d6c5ddf298f733c74f5.zip
Imported from util-linux-2.13-pre1 tarball.
Diffstat (limited to 'schedutils/Makefile.am')
-rw-r--r--schedutils/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/schedutils/Makefile.am b/schedutils/Makefile.am
new file mode 100644
index 000000000..33235f2f2
--- /dev/null
+++ b/schedutils/Makefile.am
@@ -0,0 +1,8 @@
+include $(top_srcdir)/config/include-Makefile.am
+
+if BUILD_SCHEDUTILS
+
+usrbin_PROGRAMS = chrt ionice taskset
+man_MANS = chrt.1 ionice.1 taskset.1
+
+endif