diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-18 04:48:42 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-18 04:48:42 +0000 |
commit | 78ea0e83aa187f5aa6693761f6d1184d8f7e527f (patch) | |
tree | edfe7b495576eb2f186209dd927059d0931e5075 /libps/Makefile | |
parent | daab880e132de21bd7410db6bc7a721122836407 (diff) |
*** empty log message ***
Diffstat (limited to 'libps/Makefile')
-rw-r--r-- | libps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libps/Makefile b/libps/Makefile index 079ada8e..8c8a22fc 100644 --- a/libps/Makefile +++ b/libps/Makefile @@ -25,7 +25,7 @@ makemode := library 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 ps_msg.h ps_term.h common.h +LCLHDRS=ps.h common.h installhdrs=$(LCLHDRS) installhdrsubdir = . |