mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +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?= 3
|
|
|
|
.include <bsd.prog.mk>
|