summaryrefslogtreecommitdiff
path: root/etc/powerd/scripts/Makefile
blob: 74897f91c8241c783cfe181fbcf3bab7ce8068af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$NetBSD: Makefile,v 1.8 2007/12/22 19:04:11 jmcneill Exp $

.include <bsd.own.mk>

# If you're adding new scripts, don't forget to update following:
#	src/etc/mtree/special
#	src/distrib/sets/lists/etc/mi

CONFIGFILES=	acadapter hotkey_button lid_switch power_button
CONFIGFILES+=	reset_button sleep_button
CONFIGFILES+=	sensor_battery sensor_drive sensor_fan sensor_indicator
CONFIGFILES+=	sensor_power sensor_resistance sensor_temperature
CONFIGFILES+=	sensor_voltage

FILESDIR=	/etc/powerd/scripts
FILESMODE=	${BINMODE}

.include <bsd.prog.mk>