diff options
author | Miles Bader <miles@gnu.org> | 1996-09-23 17:40:39 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-09-23 17:40:39 +0000 |
commit | f25925ecae678f38fef591ce19c0da503d3b70ca (patch) | |
tree | fac421056dd6fa23da2b6a4f0540b87fd4a6a3a6 /utils/Makefile | |
parent | 9f16e5beb1783685c1aa9d97cf6ac651efde6609 (diff) |
(login-LDLIBS):
Add $(LIBCRYPT).
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile index 4a9ebfd5..0896ac31 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -27,9 +27,9 @@ SRCS = shd.c ps.c su.c settrans.c sync.c showtrans.c \ uptime.sh psout.c hurdids.c vmstat.c portinfo.c devprobe.c vminfo.c LCLHDRS = psout.h -HURDLIBS=ps ihash store fshelp ports threads shouldbeinlibc OBJS = $(filter-out loginpr.sh mount.sh sush.sh uptime.sh,$(SRCS:.c=.o)) -login-LDLIBS = -lutil +HURDLIBS = ps ihash store fshelp ports threads shouldbeinlibc +login-LDLIBS = -lutil $(LIBCRYPT) INSTALL-login-ops = -o root -m 4755 INSTALL-ps-ops = -o root -m 4755 |