diff options
Diffstat (limited to 'daemons/Makefile')
-rw-r--r-- | daemons/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemons/Makefile b/daemons/Makefile index db1acc77..9d32617d 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -38,7 +38,8 @@ include ../Makeconf rc: rc.sh getty: getty.o ../libshouldbeinlibc/libshouldbeinlibc.a mail.local: lmail.o ../libshouldbeinlibc/libshouldbeinlibc.a -console-run: console-run.o ../libfshelp/libfshelp.a ../libports/libports.a +console-run: console-run.o ../libfshelp/libfshelp.a ../libports/libports.a \ + ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a runttys: runttys.o runttys-LDLIBS = -lutil |