diff options
| author | June McEnroe <june@causal.agency> | 2026-03-23 19:04:19 +0000 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2026-03-23 19:04:47 +0000 |
| commit | 93827910d7b942a68b8c0f32f45e6408c902091b (patch) | |
| tree | cf01ab566980fc4ded4c70afe0ed4320822f0b5a | |
| parent | Remove photo metadata directories (diff) | |
| download | src-93827910d7b942a68b8c0f32f45e6408c902091b.tar.gz src-93827910d7b942a68b8c0f32f45e6408c902091b.zip | |
Add -ll for hilex
huh. should have always been there I guess, but now it actually matters, at least on OpenBSD?
| -rw-r--r-- | bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index bb1535d6..298b160a 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -53,6 +53,7 @@ LDLIBS.dtch = -lutil LDLIBS.fbclock = -lz LDLIBS.freecell = -lcurses LDLIBS.glitch = -lz +LDLIBS.hilex = -ll LDLIBS.modem = -lutil LDLIBS.pngo = -lz LDLIBS.ptee = -lutil |