]> git.armaanb.net Git - opendoas.git/blob - Makefile
import doas. still subject to changes, large and small.
[opendoas.git] / Makefile
1 #       $OpenBSD: Makefile,v 1.9 2014/01/13 01:41:00 tedu Exp $
2
3 SRCS=   parse.y doas.c
4
5 PROG=   doas
6 MAN=    doas.1 doas.conf.5
7
8 BINOWN= root
9 BINMODE=4555
10
11 CFLAGS+= -I${.CURDIR}
12 COPTS+= -Wall
13
14 .include <bsd.prog.mk>