blob: 476465ae789b058d156165b1a9698b088c6a7a08 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.1 2013/02/24 03:06:15 jmmv Exp $
.include <bsd.init.mk>
CONFIGFILES= kyua.conf
FILESDIR= ${KYUA_CONFDIR}
FILESMODE= 644
.include <bsd.prog.mk> # For clean and cleandir
.include <bsd.files.mk>
|