Add info about NetBSD to config.mk
This commit is contained in:
parent
71de7813c0
commit
84924d050e
|
@ -10,6 +10,7 @@ LD = $(CC)
|
||||||
AR = ar
|
AR = ar
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
|
|
||||||
|
# For NetBSD add -D_NETBSD_SOURCE
|
||||||
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
|
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
|
||||||
CFLAGS = -std=c99 -Wall -pedantic
|
CFLAGS = -std=c99 -Wall -pedantic
|
||||||
LDFLAGS = -s # -lrt
|
LDFLAGS = -s # -lrt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user