diff options
author | Miles Bader <miles@gnu.org> | 1995-10-21 00:26:45 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-10-21 00:26:45 +0000 |
commit | 0b46a52e014cb65e2e8e8f5e01612b485b3589e3 (patch) | |
tree | a908a41e4062cc7794425ec4e86e2631430b38fc /utils | |
parent | 2bb6c31617c42ffdef72c55accf49aa4906cee92 (diff) |
(targets): Add storeinfo.
(SRCS): Add storeinfo.c.
(storeinfo): New target.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 |