From c3ef99a87afbc111e8b363069303ca9cb9797e4f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 21 Mar 1995 02:54:59 +0000 Subject: (vpath %.c): New decl. --- utils/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/utils/Makefile b/utils/Makefile index ca9763a4..2ebdb303 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -19,7 +19,17 @@ dir := utils makemode := utilities SRCS = sh.c ps.c su.c settrans.c update.c clri.c sync.c reboot.c halt.c -targets = sh settrans update clri sync reboot halt # su +targets = sh ps settrans update clri sync reboot halt # su DIST_FILES = sh.ChangeLog ps.ChangeLog +HURDLIBS=libps # Only used by ps. + +CPPFLAGS += -I../lib + +vpath %.c ../lib + include ../Makeconf + +ps: ps.o ihash.o $(HURDLIBS-files) $(libc) + $(CC) $(CFLAGS) $(LDFLAGS) -o ps ps.o $(HURDLIBS-files) + -- cgit v1.2.3