sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 84924d050ef0a471207b775744a60fc71102cef8
parent 71de7813c02d9fc3252a9a791b869de767202db8
Author: sin <sin@2f30.org>
Date:   Fri, 20 Feb 2015 16:24:17 +0000

Add info about NetBSD to config.mk

Diffstat:
Mconfig.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.mk b/config.mk @@ -10,6 +10,7 @@ LD = $(CC) AR = ar RANLIB = ranlib +# For NetBSD add -D_NETBSD_SOURCE CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 CFLAGS = -std=c99 -Wall -pedantic LDFLAGS = -s # -lrt