diff options
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile index 6c2652eb..399ea37e 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -18,8 +18,8 @@ dir := utils makemode := utilities -SRCS = shd.c ps.c su.c settrans.c update.c clri.c sync.c reboot.c halt.c showtrans.c mount.sh -targets = shd ps settrans showtrans update clri sync reboot halt su mount +SRCS = shd.c ps.c su.c settrans.c update.c clri.c sync.c reboot.c halt.c showtrans.c mount.sh fsysopts.c +targets = shd ps settrans showtrans update clri sync reboot halt su mount fsysopts DIST_FILES = sh.ChangeLog HURDLIBS=libps # Only used by ps. @@ -33,6 +33,8 @@ include ../Makeconf settrans: settrans.o start-trans.o argz.o error.o showtrans: showtrans.o argz.o error.o +fsysopts: fsysopts.o argz.o error.o + ps: ps.o ihash.o primes.o error.o $(HURDLIBS-files) $(libc) CPPFLAGS-error.c = -Dprogram_name=program_invocation_name -DHAVE_VPRINTF -DSTDC_HEADERS -DHAVE_STRERROR |