mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
9 lines
134 B
Makefile
9 lines
134 B
Makefile
# $Id: Makefile,v 1.2 2000/07/14 18:16:25 iwasaki Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= acpiconf
|
|
MAN= acpiconf.8
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|