summaryrefslogtreecommitdiff
path: root/libps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libps/Makefile')
-rw-r--r--libps/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/libps/Makefile b/libps/Makefile
index b050dd72..7731ad1b 100644
--- a/libps/Makefile
+++ b/libps/Makefile
@@ -1,3 +1,4 @@
+# Makefile for libps
#
# Copyright (C) 1995 Free Software Foundation
# Written by Michael I. Bushnell.
@@ -25,14 +26,10 @@ libname = libps
SRCS = context.c filters.c fmt.c host.c proclist.c procstat.c spec.c \
tty.c user.c write.c
LCLHDRS=ps.h
-REMHDRS = ../libihash/ihash.h
installhdrs=ps.h
-MIGSTUBS=msgUser.o termUser.o
+OBJS = $(SRCS:.c=.o) 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;'