summaryrefslogtreecommitdiff
path: root/sutils/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-07-07 23:24:37 +0200
committerJustus Winter <justus@gnupg.org>2016-08-09 00:29:01 +0200
commitcf040539342d513ca9ae534efd0e21116440cc86 (patch)
tree83feda7a762e38aa2b6da4fc0bea5dd51597a7c7 /sutils/Makefile
parentc9cd19504f87705f73294c639c9a0bc33a27aed3 (diff)
sutils: New utility 'bless'.
* sutils/Makefile (progs): Add 'bless'. * sutils/bless.c: New file.
Diffstat (limited to 'sutils/Makefile')
-rw-r--r--sutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sutils/Makefile b/sutils/Makefile
index b74a5063..85343f4a 100644
--- a/sutils/Makefile
+++ b/sutils/Makefile
@@ -20,7 +20,7 @@
dir := sutils
makemode := utilities
-progs = reboot halt fsck swapon swapoff
+progs = reboot halt fsck swapon swapoff bless
scripts = e2os MAKEDEV losetup
targets = $(special-targets) $(progs)
special-targets = $(scripts)