From f21d8891c7ab9dc891acf35be473867b93f4c6c0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 7 Jul 1995 02:04:28 +0000 Subject: (special-targets): New var. (mount): Provide command. --- utils/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/Makefile b/utils/Makefile index def71ff6..73d2e19f 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -21,6 +21,7 @@ makemode := utilities SRCS = shd.c ps.c su.c settrans.c clri.c sync.c reboot.c halt.c showtrans.c mount.sh fsysopts.c OBJS = $(filter-out mount.sh,$(subst .c,.o,$(SRCS))) argz.o error.o targets = shd ps settrans showtrans clri sync reboot halt su mount fsysopts +special-targets = mount DIST_FILES = sh.ChangeLog ps-HURDLIBS=libps libihash @@ -45,5 +46,6 @@ halt: halt.o fsysopts: fsysopts.o mount: mount.sh + cp $< $@ CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR -- cgit v1.2.3