diff options
Diffstat (limited to 'utils')
-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 |