diff options
author | Miles Bader <miles@gnu.org> | 1996-01-19 00:52:15 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-01-19 00:52:15 +0000 |
commit | b08916b372d83fb52494305068bad5a7cb390117 (patch) | |
tree | 73ef93f46d0764b0955b5a2d272b72ac4c6d9ebb /libps/Makefile | |
parent | 11f51b45f40ccebcd24a1c298549b54c730375ec (diff) |
(installhdrsubdir): New macro (put ps.h in <>, not <hurd/>).
Diffstat (limited to 'libps/Makefile')
-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 |