From 25acd0381b899ca02c38541aaeb4ab0fa22a1edf Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 5 May 1995 14:13:41 +0000 Subject: Compile our own msg & term user stubs to add msg timeouts. --- libps/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libps') diff --git a/libps/Makefile b/libps/Makefile index 651db5e8..a3e84449 100644 --- a/libps/Makefile +++ b/libps/Makefile @@ -27,9 +27,14 @@ SRCS = context.c filters.c fmt.c host.c proclist.c procstat.c spec.c \ LCLHDRS=ps.h installhdrs=ps.h -OBJS = $(subst .c,.o,$(SRCS)) +MIGSTUBS=msgUser.o termUser.o + +OBJS = $(subst .c,.o,$(SRCS)) $(MIGSTUBS) CPPFLAGS += -I../lib +MIGCOMUFLAGS=-subrprefix __ +msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;' +term-MIGUFLAGS = -D'TERM_IMPORTS=waittime 1000;' include ../Makeconf -- cgit v1.2.3