]> git.armaanb.net Git - opendoas.git/blob - Makefile
configure: define CURDIR for all targets
[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=4755
11
12 CFLAGS+= -I${CURDIR}
13 COPTS+= -Wall -Wextra -Werror -pedantic
14 YFLAGS=
15
16 include bsd.prog.mk