diff options
author | Miles Bader <miles@gnu.org> | 1995-09-07 13:00:20 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-09-07 13:00:20 +0000 |
commit | f16d26174389278cb478129ead8e476a00f23046 (patch) | |
tree | ed7575beeb039086bcdd2f2c17ed3c738750a97c | |
parent | 0ce22a05b72a1ea04462c57645cd09c7d644639b (diff) |
(MIGSTUBS): Remove notifyServer.o and interruptServer.o.
-rw-r--r-- | pflocal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pflocal/Makefile b/pflocal/Makefile index d9508160..b044e0a9 100644 --- a/pflocal/Makefile +++ b/pflocal/Makefile @@ -24,7 +24,7 @@ target = pflocal SRCS = connq.c io.c pflocal.c socket.c pf.c sock.c sserver.c LCLHDRS = connq.h sock.h mig-decls.h mig-mutate.h -MIGSTUBS = ioServer.o socketServer.o interruptServer.o notifyServer.o +MIGSTUBS = ioServer.o socketServer.o OBJS = $(SRCS:.c=.o) $(MIGSTUBS) MIGSFLAGS = -imacros mig-mutate.h |