diff options
| author | 2024-02-15 19:25:14 +0100 | |
|---|---|---|
| committer | 2024-02-15 19:25:14 +0100 | |
| commit | fcf9f9e3315670dadc1c134421aa1653806034bf (patch) | |
| tree | 01bfd0694d7f7b296d783bb81e6e36f6979052e2 /Makefile.NetBSD | |
| parent | New function verify_links(). (diff) | |
| download | penes-snac2-fcf9f9e3315670dadc1c134421aa1653806034bf.tar.gz penes-snac2-fcf9f9e3315670dadc1c134421aa1653806034bf.tar.xz penes-snac2-fcf9f9e3315670dadc1c134421aa1653806034bf.zip | |
Updated depedencies.
Diffstat (limited to 'Makefile.NetBSD')
| -rw-r--r-- | Makefile.NetBSD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.NetBSD b/Makefile.NetBSD index 2d1194d..5ab361f 100644 --- a/Makefile.NetBSD +++ b/Makefile.NetBSD | |||
| @@ -45,7 +45,7 @@ http.o: http.c xs.h xs_io.h xs_openssl.h xs_curl.h xs_time.h xs_json.h \ | |||
| 45 | snac.h | 45 | snac.h |
| 46 | httpd.o: httpd.c xs.h xs_io.h xs_json.h xs_socket.h xs_httpd.h xs_mime.h \ | 46 | httpd.o: httpd.c xs.h xs_io.h xs_json.h xs_socket.h xs_httpd.h xs_mime.h \ |
| 47 | xs_time.h xs_openssl.h xs_fcgi.h xs_html.h snac.h | 47 | xs_time.h xs_openssl.h xs_fcgi.h xs_html.h snac.h |
| 48 | main.o: main.c xs.h xs_io.h xs_json.h snac.h xs_html.h | 48 | main.o: main.c xs.h xs_io.h xs_json.h xs_time.h snac.h xs_html.h |
| 49 | mastoapi.o: mastoapi.c xs.h xs_hex.h xs_openssl.h xs_json.h xs_io.h \ | 49 | mastoapi.o: mastoapi.c xs.h xs_hex.h xs_openssl.h xs_json.h xs_io.h \ |
| 50 | xs_time.h xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h xs_match.h \ | 50 | xs_time.h xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h xs_match.h \ |
| 51 | snac.h | 51 | snac.h |
| @@ -55,5 +55,5 @@ snac.o: snac.c xs.h xs_hex.h xs_io.h xs_unicode.h xs_json.h xs_curl.h \ | |||
| 55 | snac.h | 55 | snac.h |
| 56 | upgrade.o: upgrade.c xs.h xs_io.h xs_json.h xs_glob.h snac.h | 56 | upgrade.o: upgrade.c xs.h xs_io.h xs_json.h xs_glob.h snac.h |
| 57 | utils.o: utils.c xs.h xs_io.h xs_json.h xs_time.h xs_openssl.h \ | 57 | utils.o: utils.c xs.h xs_io.h xs_json.h xs_time.h xs_openssl.h \ |
| 58 | xs_random.h xs_glob.h snac.h | 58 | xs_random.h xs_glob.h xs_curl.h xs_regex.h snac.h |
| 59 | webfinger.o: webfinger.c xs.h xs_json.h xs_curl.h xs_mime.h snac.h \ No newline at end of file | 59 | webfinger.o: webfinger.c xs.h xs_json.h xs_curl.h xs_mime.h snac.h |