aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-01-12 05:29:13 +0100
committerdefault <nobody@localhost>2025-01-12 05:29:13 +0100
commite220270a49bf8689ffb41db489729e77d5996513 (patch)
treebdd4773429271a3d5c39ed6b9d6bde58a80cadbe
parent1ac3f65e0a0ef2aebf2b88dacfd202b4b649ac65 (diff)
parent9d650bd2c94eb324530aa40aa65001da0c64c94c (diff)
Merge branch 'master' of comam.es:git/snac2
-rw-r--r--Makefile.NetBSD2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.NetBSD b/Makefile.NetBSD
index f14eb6e..93222b2 100644
--- a/Makefile.NetBSD
+++ b/Makefile.NetBSD
@@ -5,7 +5,7 @@ LDFLAGS=-lrt
all: snac
-snac: snac.o main.o data.o http.o httpd.o webfinger.o \
+snac: snac.o main.o sandbox.o data.o http.o httpd.o webfinger.o \
activitypub.o html.o utils.o format.o upgrade.o mastoapi.o
$(CC) $(CFLAGS) -L/usr/pkg/lib *.o -lcurl -lcrypto -pthread $(LDFLAGS) -Wl,-rpath,/usr/lib -Wl,-rpath,/usr/pkg/lib -o $@