diff options
Diffstat (limited to 'trans/Makefile')
-rw-r--r-- | trans/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/trans/Makefile b/trans/Makefile index 65b51d12..e4eba0ab 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -21,10 +21,10 @@ makemode := servers targets = symlink firmlink ifsock magic null fifo new-fifo fwd crash \ password hello hello-mt streamio fakeroot proxy-defpager remap \ - mtab + mtab identity SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c \ crash.c firmlink.c password.c hello.c hello-mt.c streamio.c \ - fakeroot.c proxy-defpager.c remap.c mtab.c + fakeroot.c proxy-defpager.c remap.c mtab.c chroot.c identity.c OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o passwordServer.o \ crashServer.o crash_replyUser.o msgServer.o \ default_pagerServer.o default_pagerUser.o \ @@ -65,7 +65,8 @@ proxy-defpager: default_pagerServer.o default_pagerUser.o streamio: device_replyServer.o symlink: fsysServer.o -fakeroot: ../libnetfs/libnetfs.a +identity: chroot.o +fakeroot identity: ../libnetfs/libnetfs.a fifo new-fifo: ../libpipe/libpipe.a crash fifo firmlink hello hello-mt ifsock magic mtab new-fifo null password proxy-defpager remap streamio: ../libtrivfs/libtrivfs.a $(targets): ../libfshelp/libfshelp.a \ |