diff options
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 5b175471..264de6b2 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -22,7 +22,7 @@ SRCS = shd.c ps.c su.c settrans.c clri.c sync.c reboot.c halt.c showtrans.c moun 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 +DIST_FILES = shd.ChangeLog ps-HURDLIBS=libps libihash REMHDRS=../hurd/ps.h ../lib/argz.h ../lib/error.h ../lib/start-trans.h |