diff options
Diffstat (limited to 'daemons/Makefile')
-rw-r--r-- | daemons/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/daemons/Makefile b/daemons/Makefile index d16680ec..db1acc77 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -22,7 +22,9 @@ makemode := utilities targets = rc getty mail.local console-run runttys runsystem special-targets = rc runsystem -SRCS = rc.sh runsystem.sh getty.c lmail.c console-run.c runttys.c +SRCS = rc.sh runsystem.sh getty.c lmail.c console-run.c runttys.c \ + runsystem.hurd \ + installationdir = $(libexecdir) HURDLIBS = fshelp ports shouldbeinlibc |