From 0b46a52e014cb65e2e8e8f5e01612b485b3589e3 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 21 Oct 1995 00:26:45 +0000 Subject: (targets): Add storeinfo. (SRCS): Add storeinfo.c. (storeinfo): New target. --- utils/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'utils') diff --git a/utils/Makefile b/utils/Makefile index 9841af5a..37b5cbb1 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -18,9 +18,11 @@ dir := utils makemode := utilities -targets = shd ps settrans showtrans clri sync reboot halt su mount fsysopts +targets = shd ps settrans showtrans clri sync reboot halt su mount fsysopts \ + storeinfo special-targets = mount -SRCS = shd.c ps.c su.c settrans.c clri.c sync.c reboot.c halt.c showtrans.c mount.sh fsysopts.c +SRCS = shd.c ps.c su.c settrans.c clri.c sync.c reboot.c halt.c showtrans.c \ + mount.sh fsysopts.c storeinfo.c DIST_FILES = shd.ChangeLog OBJS = $(filter-out mount.sh,$(SRCS:.c=.o)) @@ -31,7 +33,7 @@ ps: ../libps/libps.a ../libihash/libihash.a # We must include libthreads because of a bug in the way shared libraries # work: all libraries that *any* routine in libfshelp uses must be defined. settrans: ../libfshelp/libfshelp.a ../libthreads/libthreads.a -ps settrans showtrans fsysopts: ../libshouldbeinlibc/libshouldbeinlibc.a +ps settrans showtrans fsysopts storeinfo: ../libshouldbeinlibc/libshouldbeinlibc.a include ../Makeconf -- cgit v1.2.3