diff options
-rw-r--r-- | daemons/Makefile | 7 | ||||
-rw-r--r-- | daemons/runsystem.hurd.sh (renamed from daemons/runsystem.hurd) | 0 |
2 files changed, 4 insertions, 3 deletions
diff --git a/daemons/Makefile b/daemons/Makefile index 9d32617d..289fbf63 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -20,10 +20,10 @@ dir := daemons makemode := utilities -targets = rc getty mail.local console-run runttys runsystem -special-targets = rc runsystem +targets = rc getty mail.local console-run runttys runsystem runsystem.hurd +special-targets = rc runsystem runsystem.hurd SRCS = rc.sh runsystem.sh getty.c lmail.c console-run.c runttys.c \ - runsystem.hurd \ + runsystem.hurd.sh \ installationdir = $(libexecdir) @@ -45,3 +45,4 @@ runttys: runttys.o runttys-LDLIBS = -lutil runsystem: runsystem.sh +runsystem.hurd: runsystem.hurd.sh diff --git a/daemons/runsystem.hurd b/daemons/runsystem.hurd.sh index f4f27711..f4f27711 100644 --- a/daemons/runsystem.hurd +++ b/daemons/runsystem.hurd.sh |