mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
8 lines
134 B
Makefile
8 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>
|