X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=GNUmakefile;h=947020236706742699a4f4a4f58a8313c225784e;hb=454489f79baa3ee1c56498a1c35606b43822f138;hp=9e524fc23966b9efd7b6ff1ade24c554e7e81249;hpb=d67caab6ab5dfa342159fef7cef5ea91ccf0aad3;p=opendoas.git diff --git a/GNUmakefile b/GNUmakefile index 9e524fc..9470202 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,9 +5,7 @@ SRCS= parse.y doas.c env.c include config.mk -CFLAGS+= -I. -Ilibopenbsd ${COPTS} -COPTS+= -Wall -Wextra -pedantic -O2 -D_FORTIFY_SOURCE=2 -YFLAGS= +override CFLAGS:=-I. -Ilibopenbsd -O2 -Wall -Wextra ${OS_CFLAGS} ${CFLAGS} all: ${PROG}