diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 23:26:54 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-26 23:26:54 +0000 |
commit | ff89c38690ee627aba6ce1356f7b033472727f4c (patch) | |
tree | 484fa3a8706a8f9a9b8d4cfe71ac285e6dce4d9b /libdiskfs/Makefile | |
parent | 1872f70b3ec2b3d65683c5f6640c4faf95990153 (diff) |
(fsys_reply-MIGUFLAGS): New variable.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 8521a585..f573806c 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -56,6 +56,7 @@ MIGSTUBS = fsServer.o ioServer.o fsysServer.o notifyServer.o execServer.o \ interruptServer.o fsys_replyUser.o ourfs_notifyUser.o ifsockServer.o notify-MIGSFLAGS = -DSEQNOS +fsys_reply-MIGUFLAGS = -DREPLY_PORTS OBJS = $(sort $(subst .c,.o,$(SRCS)) $(MIGSTUBS)) argz.o options.o |