diff options
| author | default <nobody@localhost> | 2025-01-12 04:27:07 +0000 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-12 04:27:07 +0000 |
| commit | 9d650bd2c94eb324530aa40aa65001da0c64c94c (patch) | |
| tree | 9474f9d747b5558b75e30d1b623869ca6a46ebe9 /Makefile.NetBSD | |
| parent | 9d4d740220c79e13d2c1f95ba91405f24c90b287 (diff) | |
Added sandbox.o dependency to Makefile.NetBSD.
Diffstat (limited to 'Makefile.NetBSD')
| -rw-r--r-- | Makefile.NetBSD | 2 |
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 $@ |