diff options
author | default <nobody@localhost> | 2024-03-11 17:43:19 +0000 |
---|---|---|
committer | default <nobody@localhost> | 2024-03-11 17:43:19 +0000 |
commit | ec423d97d4a36d4e07644ebfbd0c2a1b675510d8 (patch) | |
tree | 11dec0cd53e8394f93659729c1c2f3ba584362b0 /Makefile.NetBSD | |
parent | 48941cfeaf2205b3159c727c8edeece846457efb (diff) |
Added -lrt to Makefile.NetBSD.
Diffstat (limited to 'Makefile.NetBSD')
-rw-r--r-- | Makefile.NetBSD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.NetBSD b/Makefile.NetBSD index 5ab361f..5d62924 100644 --- a/Makefile.NetBSD +++ b/Makefile.NetBSD @@ -1,6 +1,7 @@ PREFIX=/usr/pkg PREFIX_MAN=$(PREFIX)/man CFLAGS?=-g -Wall -Wextra +LDFLAGS=-lrt all: snac |