]> git.armaanb.net Git - opendoas.git/blobdiff - Makefile
fix make install
[opendoas.git] / Makefile
index 191d00faedbe4910211c71ec01af44ad916c63ff..f2277ab8bbc9a649b23569cbcc4da084e753629c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,11 @@ PROG=  doas
 MAN=   doas.1 doas.conf.5
 
 BINOWN= root
-BINMODE=4555
+BINGRP= wheel
+BINMODE=4511
 
-CFLAGS+= -I${.CURDIR}
-COPTS+=        -Wall
+CFLAGS+= -I${CURDIR}
+COPTS+= -Wall -Wextra -Werror -pedantic -std=c11
+LDFLAGS+= -lpam
 
-.include <bsd.prog.mk>
+include bsd.prog.mk