1# $Id: Makefile,v 1.2 2000/07/14 18:16:25 iwasaki Exp $
2# $FreeBSD$
3
4PROG=	acpiconf
5MAN=	acpiconf.8
6WARNS?=	3
7
8.include <bsd.prog.mk>
9