X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=Makefile;h=c0ddb1a2005fe3c1d989ef3584efd26c0291ddff;hb=1fae30ee0ec3b4c7431c291ca8f63abbf67bff89;hp=fa69b8c2b5612b2f4dce9aff8b01974e96d97f79;hpb=1a0ed98a5cb619824028193ecff946f209da81fb;p=opendoas.git diff --git a/Makefile b/Makefile index fa69b8c..c0ddb1a 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,10 @@ MAN= doas.1 doas.conf.5 BINOWN= root BINGRP= root -BINMODE=4111 +BINMODE=4755 CFLAGS+= -I${CURDIR} -COPTS+= -Wall -Wextra -Werror -pedantic -std=c11 +COPTS+= -Wall -Wextra -Werror -pedantic +YFLAGS= include bsd.prog.mk