openbsd-ports/devel/mk/files/Make.OpenBSD
ajacoutot 39f2a1c05c - add license marker
- don't force compiler optimization
- don't hardcode CC
- regen patches while here

ok markus@ (maintainer)
2007-12-20 15:47:18 +00:00

8 lines
199 B
Plaintext

CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -I$(PREFIX)/include
O=o
AR=ar
ARFLAGS=rvc
NAN=nan64.$O # default, can be overriden by Make.$(SYSNAME)
NAN=nan64.$O
RANLIB=ranlib