1# $OpenBSD: Makefile,v 1.1 2016/08/16 04:55:33 tedu Exp $ 2 3PROG= doas 4SRCS= doas.c 5 6.include <bsd.prog.mk> 7