diff options
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 f4e6410..b249bca 100644 --- a/Makefile.NetBSD +++ b/Makefile.NetBSD | |||
| @@ -46,7 +46,7 @@ http.o: http.c xs.h xs_io.h xs_openssl.h xs_curl.h xs_time.h xs_json.h \ | |||
| 46 | snac.h | 46 | snac.h |
| 47 | httpd.o: httpd.c xs.h xs_io.h xs_json.h xs_socket.h xs_httpd.h xs_mime.h \ | 47 | httpd.o: httpd.c xs.h xs_io.h xs_json.h xs_socket.h xs_httpd.h xs_mime.h \ |
| 48 | xs_time.h xs_openssl.h xs_fcgi.h xs_html.h snac.h | 48 | xs_time.h xs_openssl.h xs_fcgi.h xs_html.h snac.h |
| 49 | main.o: main.c xs.h xs_io.h xs_json.h xs_time.h snac.h | 49 | main.o: main.c xs.h xs_io.h xs_json.h xs_time.h xs_openssl.h snac.h |
| 50 | mastoapi.o: mastoapi.c xs.h xs_hex.h xs_openssl.h xs_json.h xs_io.h \ | 50 | mastoapi.o: mastoapi.c xs.h xs_hex.h xs_openssl.h xs_json.h xs_io.h \ |
| 51 | xs_time.h xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h xs_match.h \ | 51 | xs_time.h xs_glob.h xs_set.h xs_random.h xs_url.h xs_mime.h xs_match.h \ |
| 52 | snac.h | 52 | snac.h |