From 7f135c06d1ea088cb81b145835d960f5010b458e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 22 Jul 1994 16:26:10 +0000 Subject: Formerly Makefile.~3~ --- utils/Makefile | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) (limited to 'utils') diff --git a/utils/Makefile b/utils/Makefile index feb4a45f..0693c890 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -16,30 +16,10 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dir := utils -include ../Makeconf - -DIST_FILES = Makefile $(SRCS) ChangeLog sh.ChangeLog ps.ChangeLog - -UTILS=sh ps su - -SRCS = $(addsuffix .c,$(UTILS)) -UTILS_INST = $(addprefix $(hurdroot)/bin/,$(UTILS)) - -all: $(UTILS) - -install: $(UTILS_INST) - -clean: - rm -f $(UTILS) - -relink: - rm -f $(UTILS) - -$(UTILS_INST): $(hurdroot) - -$(hurdroot)/bin/%: % - $(INSTALL_BIN) $^ $@ - - +makemode := utilities +SRCS = sh.o ps.o su.o +targets = sh ps su +DIST_FILES = sh.ChangeLog ps.ChangeLog +include ../Makeconf -- cgit v1.2.3