diff options
-rw-r--r-- | libps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libps/Makefile b/libps/Makefile index 7ee1c14f..dcb355b8 100644 --- a/libps/Makefile +++ b/libps/Makefile @@ -27,6 +27,7 @@ SRCS = context.c filters.c fmt.c host.c proclist.c procstat.c spec.c \ tty.c user.c write.c LCLHDRS=ps.h installhdrs=ps.h +installhdrsubdir = . OBJS = $(SRCS:.c=.o) msgUser.o termUser.o |