aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-01-31 21:33:04 +0100
committerMattias Andrée <m@maandree.se>2025-01-31 21:33:04 +0100
commit991c4a2e0f9f48b38d69c0a500f837dc6dce6358 (patch)
tree8338d41e509a85352c4b61f97465f95e1851249d /Makefile
parentUpdate e-mail (diff)
downloadkey2root-991c4a2e0f9f48b38d69c0a500f837dc6dce6358.tar.gz
key2root-991c4a2e0f9f48b38d69c0a500f837dc6dce6358.tar.bz2
key2root-991c4a2e0f9f48b38d69c0a500f837dc6dce6358.tar.xz
Use libenv for environment variable whitelisting
Signed-off-by: Mattias Andrée <m@maandree.se>
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)