]> git.armaanb.net Git - opendoas.git/blobdiff - Makefile
specify that default is deny if no rule matches
[opendoas.git] / Makefile
index 3c8f8c51bbf4bc3d155062501390dc118e093652..66792eb7f566e39c33a398a237557df1734074e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,13 +6,10 @@ 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
-LDFLAGS+= -lpam
 
 include bsd.prog.mk
-
-doas.o: version.h