diff options
author | Gerrit Pape <pape@smarden.org> | 2002-08-28 13:10:06 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-08-28 13:10:06 +0000 |
commit | 2feb3787af76c8098f3f0b009b9522c97d52026b (patch) | |
tree | b9afda00c119382a1d32ad5a36b54ac7037fa280 /Makefile | |
parent | a148a393ee2453b4d7d358715e7ea6a426043cb9 (diff) | |
download | runit-2feb3787af76c8098f3f0b009b9522c97d52026b.tar.gz runit-2feb3787af76c8098f3f0b009b9522c97d52026b.tar.xz runit-2feb3787af76c8098f3f0b009b9522c97d52026b.zip |
* utmpset: avoids libutil; compiles with deitlibc; built by default.
* doc/usedietlibc.html: fix description. * stage 3: restart getties after stopping services. * getty-*/run: add utmpset. 0.5.0.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile index f3a327e..72c2220 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ DESTDIR= -PACKAGE=runit-0.4.1 +PACKAGE=runit-0.5.0 DIRS=doc man etc package src -MANPAGES=man/runit.8 man/runit-init.8 man/svwaitdown.8 man/svwaitup.8 +MANPAGES=man/runit.8 man/runit-init.8 man/svwaitdown.8 man/svwaitup.8 \ +man/utmpset.8 all: clean .manpages $(PACKAGE).tar.gz |