summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-05-15 21:43:26 +0000
committerMiles Bader <miles@gnu.org>1997-05-15 21:43:26 +0000
commite608af332323a053bea3ee29b6ebfa1ea2b1a09b (patch)
tree896bcb3e63c782ed96ca475a8a76f77b1033a147 /utils
parent996a4b0d1111a9b152827c4995d4b7c8098792a8 (diff)
(SRCS):
Add parse.c. (LCLHDRS): Add parse.h. Add dependencies on parse.o. Change references to addu into ones to addauth.
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 7eaf728f..ac29ff42 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -20,20 +20,21 @@ makemode := utilities
targets = shd ps settrans showtrans sync su mount fsysopts \
storeinfo login w uptime hurdids loginpr sush vmstat portinfo \
- devprobe vminfo addu
+ devprobe vminfo addauth
special-targets = mount loginpr sush uptime
-SRCS = shd.c ps.c su.c settrans.c sync.c showtrans.c addu.c \
+SRCS = shd.c ps.c su.c settrans.c sync.c showtrans.c addauth.c \
mount.sh fsysopts.c storeinfo.c login.c loginpr.sh sush.sh w.c \
- uptime.sh psout.c hurdids.c vmstat.c portinfo.c devprobe.c vminfo.c
-LCLHDRS = psout.h
+ uptime.sh psout.c hurdids.c vmstat.c portinfo.c devprobe.c vminfo.c \
+ parse.c
+LCLHDRS = psout.h parse.h
OBJS = $(filter-out loginpr.sh mount.sh sush.sh uptime.sh,$(SRCS:.c=.o))
HURDLIBS = ps ihash store fshelp ports threads shouldbeinlibc
login-LDLIBS = -lutil $(LIBCRYPT)
-addu-LDLIBS = $(LIBCRYPT)
+addauth-LDLIBS = $(LIBCRYPT)
INSTALL-login-ops = -o root -m 4755
-INSTALL-addu-ops = -o root -m 4755
+INSTALL-addauth-ops = -o root -m 4755
INSTALL-hurdids-ops = -o root -m 4755
INSTALL-ps-ops = -o root -m 4755
INSTALL-w-ops = -o root -m 4755
@@ -42,12 +43,13 @@ INSTALL-vminfo-ops = -o root -m 4755
include ../Makeconf
-ps w addu: psout.o ../libps/libps.a ../libihash/libihash.a
+ps addauth: parse.o
+ps w addauth: psout.o ../libps/libps.a ../libihash/libihash.a
storeinfo: ../libstore/libstore.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 ../libports/libports.a ../libthreads/libthreads.a
ps w hurdids settrans sync showtrans fsysopts storeinfo login vmstat portinfo \
- devprobe vminfo addu: ../libshouldbeinlibc/libshouldbeinlibc.a
+ devprobe vminfo addauth: ../libshouldbeinlibc/libshouldbeinlibc.a
$(filter-out $(special-targets), $(targets)): %: %.o