about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-07-25 17:07:52 +0200
committerJuan RP <xtraeme@gmail.com>2014-07-25 17:07:52 +0200
commit6b82544bb088cd6d5213162bef0ee294045347fb (patch)
treef9fb670262ee44b4977a1a2eaa7d234f3dca00d8 /Makefile
parent80d932f9be34f203041f2171af0b459c949c91ef (diff)
downloadrunit-void-6b82544bb088cd6d5213162bef0ee294045347fb.tar.gz
runit-void-6b82544bb088cd6d5213162bef0ee294045347fb.tar.xz
runit-void-6b82544bb088cd6d5213162bef0ee294045347fb.zip
unhook suspend; superseded by zzz(8).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 532622c..e3abe5e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,6 @@ SCRIPTS=	1 2 3 ctrlaltdel
 all:
 	$(CC) $(CFLAGS) halt.c -o halt
 	$(CC) $(CFLAGS) pause.c -o pause
-	$(CC) $(CFLAGS) suspend.c -o suspend
 
 install:
 	install -d ${DESTDIR}/${PREFIX}/bin