]> git.armaanb.net Git - opendoas.git/blobdiff - Makefile
Change binary permissions to 4755. Closes #26
[opendoas.git] / Makefile
index fa69b8c2b5612b2f4dce9aff8b01974e96d97f79..c0ddb1a2005fe3c1d989ef3584efd26c0291ddff 100644 (file)
--- 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