X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=Makefile;h=9cca8ca26322cae9607ecb6de5ba2ad00b1f142d;hb=37bd6612bdffabe6d8a588b391bd353c39497abb;hp=191d00faedbe4910211c71ec01af44ad916c63ff;hpb=63916476e2cfa9402bbe21be29dee2a7d60d775e;p=opendoas.git diff --git a/Makefile b/Makefile index 191d00f..9cca8ca 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +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 -BINMODE=4555 +BINGRP= root +BINMODE=4111 -CFLAGS+= -I${.CURDIR} -COPTS+= -Wall +CFLAGS+= -I${CURDIR} +COPTS+= -Wall -Wextra -Werror -pedantic +YFLAGS= -.include +include bsd.prog.mk