X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=Makefile;h=9cca8ca26322cae9607ecb6de5ba2ad00b1f142d;hb=4356cb6b4cefb142d182784c264ce936a1ec3626;hp=f2277ab8bbc9a649b23569cbcc4da084e753629c;hpb=09843fcf8876df1ab1728e9c2c49de4836b25626;p=opendoas.git diff --git a/Makefile b/Makefile index f2277ab..9cca8ca 100644 --- a/Makefile +++ b/Makefile @@ -1,16 +1,16 @@ # $OpenBSD: Makefile,v 1.9 2014/01/13 01:41:00 tedu Exp $ -SRCS= parse.y doas.c +SRCS= parse.y doas.c env.c 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 +COPTS+= -Wall -Wextra -Werror -pedantic +YFLAGS= include bsd.prog.mk