aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8b79f37..6e7441d 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ $(OBJ): $(HDR)
$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS)
key2root: key2root.o crypt.o
- $(CC) -o $@ $@.o crypt.o $(LDFLAGS_CRYPT)
+ $(CC) -o $@ $@.o crypt.o $(LDFLAGS_SU)
key2root-lskeys: key2root-lskeys.o
$(CC) -o $@ $@.o $(LDFLAGS)