diff options
author | Juan RP <xtraeme@gmail.com> | 2014-07-25 17:07:52 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-07-25 17:07:52 +0200 |
commit | 6b82544bb088cd6d5213162bef0ee294045347fb (patch) | |
tree | f9fb670262ee44b4977a1a2eaa7d234f3dca00d8 /Makefile | |
parent | 80d932f9be34f203041f2171af0b459c949c91ef (diff) | |
download | runit-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-- | Makefile | 1 |
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 |