summaryrefslogtreecommitdiffstats
path: root/mount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mount/Makefile')
-rw-r--r--mount/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mount/Makefile b/mount/Makefile
index ef65601f7..453b640ae 100644
--- a/mount/Makefile
+++ b/mount/Makefile
@@ -44,11 +44,11 @@ install: $(PROGS)
mount: mount.o fstab.o sundries.o realpath.o mntent.o version.o \
mount_guess_fstype.o mount_by_label.o getusername.o \
- $(LIB)/setproctitle.o $(NFS_OBJS) $(LO_OBJS)
+ $(LIB)/setproctitle.o $(LIB)/env.o $(NFS_OBJS) $(LO_OBJS)
$(LINK) $^ -o $@
umount: umount.o fstab.o sundries.o realpath.o mntent.o getusername.o \
- version.o $(LO_OBJS)
+ version.o $(LIB)/env.o $(LO_OBJS)
$(LINK) $^ -o $@
swapon: swapon.o version.o