diff options
author | Miles Bader <miles@gnu.org> | 1995-12-13 01:17:38 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-12-13 01:17:38 +0000 |
commit | cf6fecaaf1dcc3f7c32086186200044a164f70c1 (patch) | |
tree | dbcc18f83dc9057f9c877498ce37cbf626c7dd45 | |
parent | 70d76c491129af27a2253e8aa7f218a4706cdf21 (diff) |
(SRCS): Add login.c
(targets): Add login.
(login): Depends on ../libshouldbelibc/libshouldbelibc.
-rw-r--r-- | utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/Makefile b/utils/Makefile index 37b5cbb1..807463c1 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -19,10 +19,10 @@ dir := utils makemode := utilities targets = shd ps settrans showtrans clri sync reboot halt su mount fsysopts \ - storeinfo + storeinfo login 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 storeinfo.c + mount.sh fsysopts.c storeinfo.c login.c DIST_FILES = shd.ChangeLog OBJS = $(filter-out mount.sh,$(SRCS:.c=.o)) @@ -33,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 storeinfo: ../libshouldbeinlibc/libshouldbeinlibc.a +ps settrans showtrans fsysopts storeinfo login: ../libshouldbeinlibc/libshouldbeinlibc.a include ../Makeconf |