diff options
Diffstat (limited to 'trans/Makefile')
-rw-r--r-- | trans/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/trans/Makefile b/trans/Makefile index e4eba0ab..422d499d 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -21,10 +21,11 @@ makemode := servers targets = symlink firmlink ifsock magic null fifo new-fifo fwd crash \ password hello hello-mt streamio fakeroot proxy-defpager remap \ - mtab identity + mtab identity gpg 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 chroot.c identity.c + fakeroot.c proxy-defpager.c remap.c mtab.c chroot.c identity.c \ + gpg.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,8 +66,8 @@ proxy-defpager: default_pagerServer.o default_pagerUser.o streamio: device_replyServer.o symlink: fsysServer.o -identity: chroot.o -fakeroot identity: ../libnetfs/libnetfs.a +identity gpg: chroot.o +fakeroot identity gpg: ../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 \ |