X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=Makefile;h=66792eb7f566e39c33a398a237557df1734074e4;hb=5c50281be4c0624a78844e82d30e608e5d2593da;hp=5dbb81723e7cbbd86769c5214502e93da4dc26df;hpb=e939687b7a7aa2258ec27b819b87e33e80a7fa20;p=opendoas.git diff --git a/Makefile b/Makefile index 5dbb817..66792eb 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ PROG= doas MAN= doas.1 doas.conf.5 BINOWN= root -BINGRP= wheel -BINMODE=4511 +BINGRP= root +BINMODE=4111 CFLAGS+= -I${CURDIR} COPTS+= -Wall -Wextra -Werror -pedantic -std=c11