diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 02:04:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 02:04:28 +0000 |
commit | f21d8891c7ab9dc891acf35be473867b93f4c6c0 (patch) | |
tree | 0d30c609f312316cd32f9ef3d818b5d0d68d6d3e | |
parent | 301611ceeacd3783502826874fda6cd3ef6be290 (diff) |
(special-targets): New var.
(mount): Provide command.
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |