diff options
author | Gerrit Pape <pape@smarden.org> | 2002-05-19 11:10:42 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-05-19 11:10:42 +0000 |
commit | 32ddb8425dd24896a906e79a103d6459170c868c (patch) | |
tree | 1a5b6c0354c253a18244940c70c2b9ed0da501e7 /Makefile | |
parent | 17c93c9aae5e257f441d4f1b1c43cbee94a676c8 (diff) | |
download | runit-32ddb8425dd24896a906e79a103d6459170c868c.tar.gz runit-32ddb8425dd24896a906e79a103d6459170c868c.tar.xz runit-32ddb8425dd24896a906e79a103d6459170c868c.zip |
* src/: include public domain sources to build byte.a, unix.a, time.a:
runit builds without having daemontools' sources installed. * utmpset.c: new utmpset program. * doc/utmpset.html: new. 0.4.0.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile index 8b7ca51..1707d3e 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,10 @@ DESTDIR= -PACKAGE=runit-0.3.3 +PACKAGE=runit-0.4.0 DIRS=doc man etc package src MANPAGES=man/runit.8 man/runit-init.8 man/svwaitdown.8 man/svwaitup.8 -DAEMONTOOLS_PD=daemontools-pd-0.76 -all: clean .manpages $(DAEMONTOOLS_PD).tar.gz $(PACKAGE).tar.gz +all: clean .manpages $(PACKAGE).tar.gz .manpages: for i in $(MANPAGES); do \ |