X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=Makefile;h=c0ddb1a2005fe3c1d989ef3584efd26c0291ddff;hb=1fae30ee0ec3b4c7431c291ca8f63abbf67bff89;hp=9e1dbf33fb8d170234bfed3090961873827c3716;hpb=45b991b31341fac961e4f933cb1d96de62889f7e;p=opendoas.git diff --git a/Makefile b/Makefile index 9e1dbf3..c0ddb1a 100644 --- a/Makefile +++ b/Makefile @@ -1,22 +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=4755 CFLAGS+= -I${CURDIR} -COPTS+= -Wall -Wextra -Werror -pedantic -std=c11 -LDFLAGS+= -lpam +COPTS+= -Wall -Wextra -Werror -pedantic +YFLAGS= include bsd.prog.mk - -doas.o: version.h - -/etc/pam.d/doas: pam.d__doas - cp $< $@ -install: /etc/pam.d/doas