]> git.armaanb.net Git - opendoas.git/blob - Makefile
more precisely describe what happens to the environment without keepenv; OK tedu@
[opendoas.git] / Makefile
1 #       $OpenBSD: Makefile,v 1.9 2014/01/13 01:41:00 tedu Exp $
2
3 SRCS=   parse.y doas.c env.c
4
5 PROG=   doas
6 MAN=    doas.1 doas.conf.5
7
8 BINOWN= root
9 BINGRP= root
10 BINMODE=4111
11
12 CFLAGS+= -I${CURDIR}
13 COPTS+= -Wall -Wextra -Werror -pedantic
14 YFLAGS=
15
16 include bsd.prog.mk